LOTUSSCRIPT/COM/OLE CLASSES


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

Defined in

NotesDOMTextNode

Syntax

Set notesDOMTextNode = notesDOMTextNode.SplitText( offset )

Parameters

offset


Return value

notesDOMTextNode


Usage

After being split, this node contains all the content up to the offset point.