C1.Silverlight.RichTextBox.5
C1TextPointer Class Members
Properties  Methods 

The following tables list the members exposed by C1TextPointer.

Public Constructors
 NameDescription
Public ConstructorC1TextPointer ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyClosestCaretGets the closest position that is a caret position.  
Public PropertyElementThe C1TextElement where the C1TextPointer is positioned.  
Public PropertyIsCaretPositionGets whether a position is a valid caret position, that is, a position where an edit caret can be placed.  
Public PropertyIsWordEndReturns whether the position is just after a word.  
Public PropertyIsWordStartReturns whether the position is just before a word.  
Public PropertyLogicalDirectionGets the logical direction associated with the current position which is used to disambiguate content associated with the current position.  
Public PropertyOffsetThe offset inside of Element where the C1TextPointer is positioned.  
Public PropertyPreviousSymbolGets the symbol preceding this position (see GetSymbol).  
Public PropertySymbolGets the symbol following this position (see GetSymbol).  
Public PropertyTextOffsetGets the index of this position in its document text.  
Top
Public Methods
 NameDescription
Public MethodClosestOverloaded. Returns the closest position that satisfies a predicate.  
Public MethodCompareToCompares positions of this C1TextPointer with another C1TextPointer.  
Public MethodEnumerateOverloaded. Enumerates the C1TextPointer in the indicated direction.  
Public MethodEquals  
Public MethodGetHashCode  
Public MethodGetOffsetToPositionOverloaded. Returns the count of symbols between this C1TextPointer and a second specified C1TextPointer.  
Public MethodGetPositionAtOffsetOverloaded. Returns the position at an offset of the current position, optionally not counting some positions.  
Public MethodGetSymbolGets the symbol at the specified direction from this position.  
Public MethodSplitOverloaded. Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties.  
Top
Public Operators
public Operator Equality  
public Operator Greater Than  
public Operator Greater Than or Equal  
public Operator Inequality  
public Operator Less Than  
public Operator Less Than or Equal  
Top
See Also

Reference

C1TextPointer Class
C1.Silverlight.RichTextBox.Documents Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.