TextLayoutSplitter Class Members
In This Topic
The following tables list the members exposed by TextLayoutSplitter.
Public Constructors
Public Properties
| Name | Description |
 | CurrentLayout | Gets the text layout representing the current portion to render, or null if a split operation has not been performed yet. |
 | RestLayout | Gets the remaining portion of the original text layout. |
 | SplitResult | Gets the result of the last split operation. |
Top
Public Methods
| Name | Description |
 | Split | Fits all or the first portion of the original text layout into the current layout bounds. |
 | SplitAndBalance | Fits all or the first portion of the current text layout into one or more layout areas (such as page columns). |
Top
See Also