[]
        
(Showing Draft Content)

SplitResult

Enumeration: SplitResult

Describes the result of the Layout#split method.

Enumeration Members

CannotSplit

CannotSplit: 2;

Unable to split the text without leaving the first part empty.


FitAll

FitAll: 1;

All text fits into the original Layout.


Split

Split: 0;

The text split successfully between instances of Layout.