Click or drag to resize

ContentPosition Methods

The ContentPosition type exposes the following members.

Methods
 NameDescription
Public methodEquals Determines whether the specified object is equal to this ContentPosition instance.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Serves as the default hash function.
(Overrides ObjectGetHashCode)
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