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
Public method Delete Deletes the specified object.
Public method Open Opens the specified object. Returns a Document object representing the opened object.
Public method Split Divides an existing subdocument into two subdocuments at the same level in master document view or outline view.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property HasFile True if the specified subdocument has been saved to a file.
Public property Level Returns the heading level used to create the subdocument.
Public property Locked True if a subdocument in a master document is locked.
Public property Name Returns or sets the name of the specified object.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Path Returns the disk or Web path to the specified object.
Public property Range Returns a Range object that represents the portion of a document that's contained in the specified object.

Top

See Also

Reference

Subdocument Interface

Microsoft.Office.Interop.Word Namespace