Click or drag to resize

ContentPositionInsert Method

Overload List
 NameDescription
Public methodCode exampleInsert(ContentRange) Inserts the content of the specified ContentRange at the current ContentPosition.
Public methodCode exampleInsert(String) Inserts the specified text at the current ContentPosition.
Public methodCode exampleInsert(ContentRange, ImportSession) Inserts the content of the specified ContentRange (from another DocumentCore instance) at the current ContentPosition.
Public methodCode exampleInsert(String, CharacterFormat) Inserts the specified text with specific formatting at the current ContentPosition.
Public methodCode exampleInsert(String, HtmlLoadOptions) Inserts the specified html text at the current ContentPosition.
Public methodCode exampleInsert(String, RtfLoadOptions) Inserts the specified rich text at the current ContentPosition.
Public methodCode exampleInsert(String, TxtLoadOptions) Inserts the specified text at the current ContentPosition.
Public methodCode exampleInsert(String, CharacterFormat, TxtLoadOptions) Inserts the specified text with specific formatting at the current ContentPosition.
Top
See Also