Content |
Name | Description | |
---|---|---|
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. |