Text.SplitText

Text.SplitText method

Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.

public Text SplitText(int offset)
ParameterTypeDescription
offsetInt32The offset.

Return Value

The Text.

See Also