Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextRange Class
Properties Methods


In This Topic
    C1TextRange Class Members
    In This Topic

    The following tables list the members exposed by C1TextRange.

    Public Properties
     NameDescription
    Public Property Gets the end pointer of the range.  
    Public PropertyReturns an System.Xml.XmlNode which covers the current range.  
    Public Property Gets the start pointer of the range.  
    Public Property Returns or sets the inner text of the text range.  
    Public Property Returns or sets the XML text of the text range.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Applies specified CSS class to the text range.  
    Public MethodOverloaded.  Applies specified inline style to the range.  
    Public Method Applies specified tag to the text range.  
    Public Method Removes text and paragraph formatting from the text range.  
    Public Method Creates and returns a copy of the current text range.  
    Public MethodOverloaded.  Gets an inline style value by the given CSS property name.  
    Public Method Gets nodes list by the given C1StyleType value.  
    Public MethodReturns a value indicating whether the specified CSS class is applied to the C1TextRange.  
    Public MethodReturns a value indicating whether the inline style is applied to all text within the C1TextRange.  
    Public MethodReturns a value indicating whether the specified tag is applied to the C1TextRange.  
    Public Method Moves the current range by the specified offset and length.  
    Public MethodMoves the C1TextRange object to the specified System.Xml.XmlNode.  
    Public Method Moves the range pointers to the most inner text.  
    Public Method Removes specified CSS class from the range.  
    Public Method Removes the specified inline style.  
    Public MethodRemoves specified tag from the C1TextRange.  
    Public Method Moves selection to the current text range.  
    Public MethodReplaces the text range content with the given element of System.Xml.XmlElement type.  
    Public Method Moves start and end pointers of the range to exclude leading and trailing white-space characters from the current range.  
    Top
    See Also