'宣言 Public Enum SplitResult Inherits System.Enum
public enum SplitResult : System.Enum
'宣言 Public Enum SplitResult Inherits System.Enum
public enum SplitResult : System.Enum
| メンバ | 解説 |
|---|---|
| CannotSplit | Unable to split the text without leaving the first part (for Split) or the first page (for SplitAndBalance) empty. |
| FitAll | All text fits into the original TextLayout (for Split) or the same page (for SplitAndBalance). |
| Split | The text split successfully between instances of TextLayout (for Split) or two pages (for SplitAndBalance). |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.SplitResult