Click or drag to resize

IDocument Properties

The IDocument type exposes the following members.

Properties
Name Description
Public property Background
Gets background for the document.
Public property Bookmarks
Gets collection of bookmarks of the document
Public property BuiltinDocumentProperties
Gets document's built-in properties.
Public property ChildObjects
Gets the child entities.
(Inherited from ICompositeObject .)
Public property Comments
Gets Collection of Comments of the document.
Public property CustomDocumentProperties
Gets document's custom properties.
Public property Document
Gets document of this entity.
(Inherited from IDocumentObject .)
Public property DocumentObjectType
Gets the type of the document object.
(Inherited from IDocumentObject .)
Public property HasChanges
Gets a value indicating whether the document has tracked changes.
Public property IsComposite
Gets a value indicating whether this instance is composite.
(Inherited from IDocumentObject .)
Public property IsUpdateFields
Gets or sets a value indicating whether to update fields in the document. On the moment only DOCVARIABLE fields can be updated.
Public property LastParagraph
Gets the last paragraph.
Public property LastSection
Gets last section object.
Public property ListStyles
Gets collection of list styles.
Public property MailMerge
Gets mail merge engine.
Public property NextSibling
Gets the next sibling.
(Inherited from IDocumentObject .)
Public property Owner
Gets owner of this document object.
(Inherited from IDocumentObject .)
Public property PreviousSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public property Properties
Gets the document properties.
Public property ProtectionType
Gets or sets the type of protection of the document.
Public property Sections
Gets collection of sections of this document.
Public property Styles
Gets collection of styles.
Public property TextBoxes
Gets the textboxes of the document.
Public property TOC
Gets or sets the TOC element of the document.
Public property Variables
Gets or sets the document variables.
Public property ViewSetup
Returns or setsview type in MSWord.
Public property Watermark
Gets or sets watermark for the document.
Top
See Also