DioDocs for PDF
AppendSectionBreak(TextFormat) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス > AppendSectionBreak メソッド : AppendSectionBreak(TextFormat) メソッド
The text format.
Appends a form feed character ('\f', character code 0x000C) to the text. This causes any text added after it to "not fit" - if the text layout is drawn, that text will not be rendered. If the Split() method is called, the text will be split at this point.
シンタックス
'宣言
 
Public Overloads Function AppendSectionBreak( _
   ByVal format As TextFormat _
) As TextRun
public TextRun AppendSectionBreak( 
   TextFormat format
)

パラメータ

format
The text format.

戻り値の型

The created text run.
参照

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