The C1TextPointer type exposes the following members.

Properties

  NameDescription
LeftNode
Gets the next node to the left.
Node
XmlNode which contains the text pointer.
Offset
Returns offset (as number of characters) of the text pointer, in relation to the LeftNode.
RightNode
Gets the next node to the right.

See Also