The
docProperty type is used to define the properties of a Word Processing document. The characteristics of these properties can be defined and modified by several WLanguage properties.
CAUTION: This type must not be used directly. It must only be used via
Document variables.
Remark: The document properties are used for some calculated controls that can be included in the document.
Remarks
Properties specific to the description of docProperty variables
The following properties can be used to handle a docProperty variable:
| | |
Property name | Type used | Effect |
---|
Author | Character string | Author of document. |
Category | Character string | Category of document. |
Comment | Character string | Comment associated with document. |
Company | Character string | Company that created the document. |
ContentStatus | Character string | Status of document: draft, reviewed, ... |
DateCreated | Date and time | Date and time of document creation. This property is read-only. This property corresponds to "CreationDate" in previous versions. |
Keyword | Character string | Keyword associated with document. |
LastModificationDate | Date and time | Date and time of last document modification. This property is read-only. |
Revision | Character string | Number of document revisions. This property is read-only. |
Subject | Character string | Document subject. |
Title | Character string | Title of document. |