DocumentProperties Object Members
A collection of DocumentProperty objects. Each DocumentProperty object represents a built-in or custom property of a container document.
Methods
Name | Description | |
---|---|---|
Add | Creates a new custom document property. You can only add a new document property to the custom DocumentProperties collection. |
Properties
Name | Description | |
---|---|---|
Application | Gets an Application object that represents the container application for the DocumentProperties object (you can use this property with an Automation object to return that object's container application). Read-only. | |
Count | Gets a Long indicating the number of items in the DocumentProperties collection. Read-only. | |
Creator | Gets a 32-bit integer that indicates the application in which the DocumentProperties object was created. Read-only. | |
Item | Gets a DocumentProperty object from the DocumentProperties collection. Read-only. | |
Parent | Gets the Parent object for the DocumentProperties object. Read-only. |