DioDocs for PDF
TabStop コンストラクタ(Single,Char)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TabStop クラス > TabStop コンストラクタ : TabStop コンストラクタ(Single,Char)
The tab stop position, in graphic units.
The separator character (the Alignment property is set to 'SeparatorTab').
Initializes a new instance of the TabStop class.
シンタックス
'宣言
 
Public Function New( _
   ByVal offset As System.Single, _
   ByVal separator As System.Char _
)
public TabStop( 
   System.float offset,
   System.char separator
)

パラメータ

offset
The tab stop position, in graphic units.
separator
The separator character (the Alignment property is set to 'SeparatorTab').
解説
If the separator character code exceeds 0xFFFF, use the other constructor and set the Separator property explicitly.
参照

TabStop クラス
TabStop メンバ
オーバーロード一覧