'Declaration Public Enum SplitResult Inherits System.Enum
public enum SplitResult : System.Enum
'Declaration Public Enum SplitResult Inherits System.Enum
public enum SplitResult : System.Enum
Member | Description |
---|---|
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