Content |
The ContentRange type exposes the following members.
Name | Description | |
---|---|---|
Delete | Deletes the document content specified with the current ContentRange. | |
Equals |
Determines whether the specified object is equal to this ContentRange instance.
(Overrides ObjectEquals(Object)) | |
Find(Regex) | Finds all ContentRanges which match the specified Regex. | |
Find(String) | Finds all ContentRanges which contain the specified text. | |
GetHashCode |
Serves as the default hash function.
(Overrides ObjectGetHashCode) | |
Replace(ContentRange) | Replaces the content of the current ContentRange's with a content specified with the range parameter. | |
Replace(String) | Replaces the current ContentRange's content with the specified text. | |
Replace(ContentRange, ImportSession) | Replaces the content of the current ContentRange's with a content (from another DocumentCore instance) specified with the range parameter. | |
Replace(String, CharacterFormat) | Replaces the current ContentRange's content with the specified text with specific formatting. | |
Replace(String, HtmlLoadOptions) | Replaces the current ContentRange's content with the specified HTML text. | |
Replace(String, RtfLoadOptions) | Replaces the current ContentRange's content with the specified RTF text. | |
Replace(String, TxtLoadOptions) | Replaces the current ContentRange's content with the specified text. | |
Replace(String, CharacterFormat, TxtLoadOptions) | Replaces the current ContentRange's content with the specified text with specific formatting. | |
ToString |
Returns a plain text that represents this
ContentRange instance.
(Overrides ObjectToString) |