The C1TextPointer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.
|