C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor Namespace : C1TextPointer Class |
The following tables list the members exposed by C1TextPointer.
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. |
Name | Description | |
---|---|---|
Equals | Overloaded. Compares two C1TextPointer objects for equality. | |
GetHashCode | Returns the hash code for this instance. | |
Move | Moves this C1TextPointer object by 'count' number of units. | |
MoveTo | Moves this C1TextPointer object to another pointer's location. |
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. |