[]
Initializes a new instance of the TextSplitOptions class.
public TextSplitOptions()
Public Sub New()
Initializes a new instance of the TextSplitOptions class copying data from the given TextLayout.
public TextSplitOptions(TextLayout textLayout)
Public Sub New(textLayout As TextLayout)
Type | Name | Description |
---|---|---|
TextLayout | textLayout | TextLayout to be used as the source of data for a new instance of TextSplitOptions. |
Initializes a new instance of the TextSplitOptions class copying data from another instance of TextSplitOptions.
public TextSplitOptions(TextSplitOptions splitOptions)
Public Sub New(splitOptions As TextSplitOptions)
Type | Name | Description |
---|---|---|
TextSplitOptions | splitOptions | TextSplitOptions to be used as the source of data for a new instance of TextSplitOptions. |