SubDocument Members
In This Article
#Properties
Name | Description |
---|---|
Bookmarks | Provides access to sub-document bookmarks. |
Fields | Provides access to sub-document fields. |
Hyperlinks | Provides access to sub-document hyperlinks. |
Images | Provides access to the sub-document’s images. |
Inline |
Provides access to the sub-document’s inline images. |
Paragraphs | Provides access to the sub-document’s paragraphs. |
Tables | Provides access to sub-document tables. |
Type | Returns the sub-document type. |
#Methods
Name | Description |
---|---|
Add |
Parses HTML code and inserts the resulting content at the specified position in a sub-document. |
Add |
Parses HTML code and inserts the resulting content at the end of a sub-document. |
Add |
Inserts text in Rich Text Format (RTF) into the sub-document at the specified position. |
Add |
Inserts text in Rich Text Format (RTF) at the end of a sub-document. |
Add |
Inserts the text at the specified position. |
Add |
Appends the specified text to the sub-document. |
Clear |
Resets character formatting in the sub-document’s interval to the default settings. |
Clear |
Resets character formatting in the sub-document to the default settings. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Finds all matches of the specified text in the sub-document. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the specified interval’s content in HTML format. |
Get |
Returns the specified interval’s content in HTML format. The interval is specified by its start position and length. |
Get |
Returns a sub-document’s interval. |
Get |
Returns the specified interval’s content in Rich Text Format (RTF). |
Get |
Returns the interval content in Rich Text Format (RTF). The start and length parameters define the interval.
|
Get |
Gets the text span placed within the specified interval. |
Get |
Gets the text span at the specified position. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified text interval. |
Remove |
Removes the specified text interval. |
Replace |
Finds all matches of the specified string in the sub-document and replaces them with a specific string. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also