Content |
The ContentPosition type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified object is equal to this ContentPosition instance.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Serves as the default hash function.
(Overrides ObjectGetHashCode) | |
| Insert(ContentRange) | Inserts the content of the specified ContentRange at the current ContentPosition. | |
| Insert(String) | Inserts the specified text at the current ContentPosition. | |
| Insert(ContentRange, ImportSession) | Inserts the content of the specified ContentRange (from another DocumentCore instance) at the current ContentPosition. | |
| Insert(String, CharacterFormat) | Inserts the specified text with specific formatting at the current ContentPosition. | |
| Insert(String, HtmlLoadOptions) | Inserts the specified html text at the current ContentPosition. | |
| Insert(String, RtfLoadOptions) | Inserts the specified rich text at the current ContentPosition. | |
| Insert(String, TxtLoadOptions) | Inserts the specified text at the current ContentPosition. | |
| Insert(String, CharacterFormat, TxtLoadOptions) | Inserts the specified text with specific formatting at the current ContentPosition. |