[]
        
(Showing Draft Content)

SplitResult

DsPdfJS API v9.1.0


DsPdfJS API / 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.