[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayoutSplitter.Split

Split Method

Split(TextSplitOptions)

Fits all or the first portion of the original text layout into the current layout bounds.

Declaration
public TextLayout Split(TextSplitOptions splitOptions)
Public Function Split(splitOptions As TextSplitOptions) As TextLayout
Parameters
Type Name Description
TextSplitOptions splitOptions

Options controlling how to split the text.

Returns
Type Description
TextLayout

The split portion (the text that fits in the specified bounds and can be rendered), or null if there is nothing more to render.