DioDocs for PDF
Split メソッド (TextLayout)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス : Split メソッド
Options controlling how text is split.
Output: a new TextLayout instance containing the text that did not fit into the bounds specified by the current TextLayout.
Fits all or the first portion of the current text layout into the current layout bounds. If the whole text did not fit into the bounds, the rest is moved into a new TextLayout instance specified by the output parameter rest.
シンタックス
'宣言
 
Public Function Split( _
   ByVal splitOptions As TextSplitOptions, _
   ByRef rest As TextLayout _
) As SplitResult
public SplitResult Split( 
   TextSplitOptions splitOptions,
   out TextLayout rest
)

パラメータ

splitOptions
Options controlling how text is split.
rest
Output: a new TextLayout instance containing the text that did not fit into the bounds specified by the current TextLayout.

戻り値の型

A value indicating the result of splitting the current text layout.
参照

TextLayout クラス
TextLayout メンバ
SplitAndBalance メソッド
SplitRef メソッド
SplitAndBalanceRef メソッド