DioDocs for PDF
SplitResult 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : SplitResult 列挙体
Describes the result of the TextLayout.Split and TextLayout.SplitAndBalance methods.
シンタックス
'宣言
 
Public Enum SplitResult 
   Inherits System.Enum
public enum SplitResult : System.Enum 
メンバ
メンバ解説
CannotSplitUnable to split the text without leaving the first part (for Split) or the first page (for SplitAndBalance) empty.
FitAllAll text fits into the original TextLayout (for Split) or the same page (for SplitAndBalance).
SplitThe text split successfully between instances of TextLayout (for Split) or two pages (for SplitAndBalance).
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.SplitResult

参照

GrapeCity.Documents.Text 名前空間