The C1TextRange type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ApplyClass | Overloaded. | |
| ApplyStyle | Overloaded. | |
| 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. | |
| 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 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 XmlElement type.
| |
| Trim |
Moves start and end pointers of the range to exclude leading and trailing white-space characters from the current range.
|
Properties
| Name | Description | |
|---|---|---|
| End |
Gets the end pointer of the range.
| |
| Node |
Returns an 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.
|