DioDocs for PDF
AppendLine(String,TextFormat) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス > AppendLine メソッド : AppendLine(String,TextFormat) メソッド
The text to append.
The text format.
Adds a text run with the specified format, followed by a line break, to the end of the Inlines collection.
シンタックス
'宣言
 
Public Overloads Function AppendLine( _
   ByVal text As System.String, _
   ByVal format As TextFormat _
) As LineBreak
public LineBreak AppendLine( 
   System.string text,
   TextFormat format
)

パラメータ

text
The text to append.
format
The text format.

戻り値の型

The appended LineBreak.
参照

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