The C1TextPointer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides Object..::.GetHashCode()()().) | |
| Move |
Moves this C1TextPointer object by 'count' number of units.
| |
| MoveTo |
Moves this C1TextPointer object to another pointer's location.
|
Operators
| Name | Description | |
|---|---|---|
| Equality |
The equality operator (==) compares two C1TextPointer operands and returns True if the C1TextPointer operands are equal; otherwise, it returns False.
| |
| GreaterThan |
Checks to see whether this text pointer's position is to the right of another text pointer's position.
| |
| GreaterThanOrEqual |
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.
| |
| LessThan |
Checks to see whether this text pointer's position is to the left of another text pointer's position.
| |
| LessThanOrEqual |
Checks to see whether this text pointer's position is to the left of or is equal to another text pointer's position.
|
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.
|