'Declaration Public Function SplitAndBalance( _ ByVal pageAreas() As PageSplitArea, _ ByVal splitOptions As TextSplitOptions _ ) As TextLayout
public TextLayout SplitAndBalance( PageSplitArea[] pageAreas, TextSplitOptions splitOptions )
Parameters
- pageAreas
- An array of additional page areas (e.g. representing 2nd etc columns) that can be used to layout the text.
- splitOptions
- Options controlling how to split the text.
Return Value
The split portion (the text that fits in the specified bounds and can be rendered, along with additional areas in pageAreas), or null if there is nothing more to render.The next split section or null if the split operation was completed earlier.