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 SubDocument. |
| ContentControls | Obtains content controls obtained in a document. |
| CustomMarks | Provides access to a collection of custom marks. |
| Fields | Provides access to the collection of fields in the current document. |
| FormFields | Provides access to the collection of the document’s FormField objects. |
| 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. |
| PageBackColor | 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. |
| ShowPageBackground | Gets whether the page background color is shown. |
| Tables | Provides access to a collection of tables contained in the current document. |
See Also