DioDocs for PDF
SplitAndBalance メソッド (TextLayoutSplitter)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayoutSplitter クラス : SplitAndBalance メソッド
An array of additional page areas (e.g. representing 2nd etc columns) that can be used to layout the text.
Options controlling how to split the text.
Fits all or the first portion of the current text layout into one or more layout areas (such as page columns).
シンタックス
'宣言
 
Public Function SplitAndBalance( _
   ByVal pageAreas() As PageSplitArea, _
   ByVal splitOptions As TextSplitOptions _
) As TextLayout
public TextLayout SplitAndBalance( 
   PageSplitArea[] pageAreas,
   TextSplitOptions splitOptions
)

パラメータ

pageAreas
An array of additional page areas (e.g. representing 2nd etc columns) that can be used to layout the text.
splitOptions
Options controlling how to split the text.

戻り値の型

The split portion (the text that fits in the specified bounds and can be rendered, along with additional areas in pageAreas), or null if there is nothing more to render.The next split section or null if the split operation was completed earlier.
参照

TextLayoutSplitter クラス
TextLayoutSplitter メンバ