Text.SplitText Method |
Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.
[VBScript] Public Function SplitText( _ ByVal offset As Integer _ ) As Text
[JScript] public function SplitText( offset : int ) : Text;
The new node.
Text Object | Text Members | DOM Namespace