Click or drag to resize

ContentRangeReplace Method

Overload List
 NameDescription
Public methodCode exampleReplace(ContentRange) Replaces the content of the current ContentRange's with a content specified with the range parameter.
Public methodCode exampleReplace(String) Replaces the current ContentRange's content with the specified text.
Public methodReplace(ContentRange, ImportSession) Replaces the content of the current ContentRange's with a content (from another DocumentCore instance) specified with the range parameter.
Public methodCode exampleReplace(String, CharacterFormat) Replaces the current ContentRange's content with the specified text with specific formatting.
Public methodCode exampleReplace(String, HtmlLoadOptions) Replaces the current ContentRange's content with the specified HTML text.
Public methodCode exampleReplace(String, RtfLoadOptions) Replaces the current ContentRange's content with the specified RTF text.
Public methodCode exampleReplace(String, TxtLoadOptions) Replaces the current ContentRange's content with the specified text.
Public methodCode exampleReplace(String, CharacterFormat, TxtLoadOptions) Replaces the current ContentRange's content with the specified text with specific formatting.
Top
See Also