RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextPointer Class
Properties Methods


In This Topic
    C1TextPointer Class Members
    In This Topic

    The following tables list the members exposed by C1TextPointer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the closest position that is a caret position.  
    Public PropertyThe C1TextElement where the C1TextPointer is positioned.  
    Public PropertyGets whether a position is a valid caret position, that is, a position where an edit caret can be placed.  
    Public PropertyReturns whether the position is just after a sentence.  
    Public PropertyReturns whether the position is just after a word.  
    Public PropertyReturns whether the position is just before a word.  
    Public PropertyGets the logical direction associated with the current position which is used to disambiguate content associated with the current position.  
    Public PropertyThe offset inside of Element where the C1TextPointer is positioned.  
    Public PropertyGets the symbol preceding this position (see GetSymbol).  
    Public PropertyGets the symbol following this position (see GetSymbol).  
    Public PropertyGets the index of this position in its document text.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Returns the closest position that satisfies a predicate.  
    Public MethodCompares positions of this C1TextPointer with another C1TextPointer.  
    Public MethodOverloaded. Enumerates the C1TextPointer in the indicated direction.  
    Public Method  
    Public Method  
    Public MethodOverloaded. Returns the count of symbols between this C1TextPointer and a second specified C1TextPointer.  
    Public MethodOverloaded. Returns the position at an offset of the current position, optionally not counting some positions.  
    Public MethodGets the symbol at the specified direction from this position.  
    Public MethodOverloaded. Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties.  
    Top
    Public Operators
    See Also