C1TextPointer Class Members
In This Topic
The following tables list the members exposed by C1TextPointer.
Public 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.
|
Top
Public Methods
Public Operators
Equality | The equality operator (==) compares two C1TextPointer operands and returns True if the C1TextPointer operands are equal; otherwise, it returns False. |
Greater Than |
Checks to see whether this text pointer's position is to the right of another text pointer's position.
|
Greater Than or Equal |
Checks to see whether this text pointer's position is to the right of or is equal to another text pointer's position.
|
Inequality | The inequality operator (!=) returns False if its operands of C1TextPointer type are equal; otherwise, it returns True. |
Less Than |
Checks to see whether this text pointer's position is to the left of another text pointer's position.
|
Less Than or Equal |
Checks to see whether this text pointer's position is to the left of or is equal to another text pointer's position.
|
Top
See Also