Subdocument Members
Include Protected Members
Include Inherited Members
Represents a subdocument within a document or range.
The Subdocument type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified object. | |
Open | Opens the specified object. Returns a Document object representing the opened object. | |
Split | Divides an existing subdocument into two subdocuments at the same level in master document view or outline view. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
HasFile | True if the specified subdocument has been saved to a file. | |
Level | Returns the heading level used to create the subdocument. | |
Locked | True if a subdocument in a master document is locked. | |
Name | Returns or sets the name of the specified object. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Path | Returns the disk or Web path to the specified object. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. |
Top