C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor Namespace : C1TextRange Class |
The following tables list the members exposed by C1TextRange.
Name | Description | |
---|---|---|
End | Gets the end pointer of the range. | |
Node | Returns an System.Xml.XmlNode which covers the current range. | |
Start | Gets the start pointer of the range. | |
Text | Returns or sets the inner text of the text range. | |
XmlText | Returns or sets the XML text of the text range. |
Name | Description | |
---|---|---|
ApplyClass | Overloaded. Applies specified CSS class to the text range. | |
ApplyStyle | Overloaded. Applies specified inline style to the range. | |
ApplyTag | Applies specified tag to the text range. | |
ClearFormatting | Removes text and paragraph formatting from the text range. | |
Clone | Creates and returns a copy of the current text range. | |
GetStyleValue | Overloaded. Gets an inline style value by the given CSS property name. | |
GetTags | Gets nodes list by the given C1StyleType value. | |
IsClassApplied | Returns a value indicating whether the specified CSS class is applied to the C1TextRange. | |
IsStyleApplied | Returns a value indicating whether the inline style is applied to all text within the C1TextRange. | |
IsTagApplied | Returns a value indicating whether the specified tag is applied to the C1TextRange. | |
Move | Moves the current range by the specified offset and length. | |
MoveTo | Moves the C1TextRange object to the specified System.Xml.XmlNode. | |
Normalize | Moves the range pointers to the most inner text. | |
RemoveClass | Removes specified CSS class from the range. | |
RemoveStyle | Removes the specified inline style. | |
RemoveTag | Removes specified tag from the C1TextRange. | |
Select | Moves selection to the current text range. | |
SetXmlElement | Replaces the text range content with the given element of System.Xml.XmlElement type. | |
Trim | Moves start and end pointers of the range to exclude leading and trailing white-space characters from the current range. |