SubDocument Properties
Exposes properties and methods representing essential document functionality.
Name | Description |
---|---|
Bookmarks | Provides access to the collection of document bookmarks. |
Comments |
Provides access to a collection of comments in the current Sub |
Content |
Obtains content controls obtained in a document. |
Custom |
Provides access to a collection of custom marks. |
Fields | Provides access to the collection of fields in the current document. |
Form |
Provides access to the collection of the document’s Form |
Hyperlinks | Provides access to a collection of hyperlinks in the document. |
Images | Provides access to the collection of all images (inline and floating pictures) in the document . |
Length | Gets the character length of the document. |
Page |
Gets the background color of the page. |
Paragraphs | Provides access to a collection of paragraphs. |
Range | Gets the range for the current document. |
Shapes | Returns the collection of drawing objects in the document. |
Show |
Gets whether the page background color is shown. |
Tables | Provides access to a collection of tables contained in the current document. |
See Also