'Declaration
Public Sub SetTextJustification( _ ByVal breakExtra As Integer, _ ByVal breakCount As Integer _ )
public void SetTextJustification( int breakExtra, int breakCount )
Parameters
- breakExtra
- Specifies the total extra space, in logical units, to be added to the line of text.
- breakCount
- Specifies the number of break characters in the line.