C1.Silverlight.RichTextBox.Documents Namespace : C1TextPointer Class |
The following tables list the members exposed by C1TextPointer.
Name | Description | |
---|---|---|
![]() | C1TextPointer Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ClosestCaret | Gets the closest position that is a caret position. |
![]() | Element | The C1TextElement where the C1TextPointer is positioned. |
![]() | IsCaretPosition | Gets whether a position is a valid caret position, that is, a position where an edit caret can be placed. |
![]() | IsWordEnd | Returns whether the position is just after a word. |
![]() | IsWordStart | Returns whether the position is just before a word. |
![]() | LogicalDirection | Gets the logical direction associated with the current position which is used to disambiguate content associated with the current position. |
![]() | Offset | The offset inside of Element where the C1TextPointer is positioned. |
![]() | PreviousSymbol | Gets the symbol preceding this position (see GetSymbol). |
![]() | Symbol | Gets the symbol following this position (see GetSymbol). |
![]() | TextOffset | Gets the index of this position in its document text. |
Name | Description | |
---|---|---|
![]() | Closest | Overloaded. Returns the closest position that satisfies a predicate. |
![]() | CompareTo | Compares positions of this C1TextPointer with another C1TextPointer. |
![]() | Enumerate | Overloaded. Enumerates the C1TextPointer in the indicated direction. |
![]() | Equals | |
![]() | GetHashCode | |
![]() | GetOffsetToPosition | Overloaded. Returns the count of symbols between this C1TextPointer and a second specified C1TextPointer. |
![]() | GetPositionAtOffset | Overloaded. Returns the position at an offset of the current position, optionally not counting some positions. |
![]() | GetSymbol | Gets the symbol at the specified direction from this position. |
![]() | Split | Overloaded. Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties. |