'宣言 Public Sub SetTextJustification( _ ByVal breakExtra As System.Integer, _ ByVal breakCount As System.Integer _ )
public void SetTextJustification( System.int breakExtra, System.int breakCount )
パラメータ
- 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.