Microsoft Word document property names
The document_property function recognizes the following predefined Microsoft Word document properties. These properties are supported for both DOC and DOCX Master Templates.
|
Property |
Value |
|
Title |
Any text |
|
Category |
Any text |
|
Subject |
Any text |
|
Author |
Any text |
|
Keywords |
Any text |
|
Comments |
Any text |
|
Manager |
Any text |
|
Company |
Any text |
|
Createtime |
Date |
|
Printtime |
Date |
|
Savetime |
Date |
|
Status (DOCX only) |
Any text |
The date for the CreateTime, PrintTme, and SaveTime properties must be specified as a text in either YYYYMMDD or YYYYMMDDhhmmss format. An optional DATE: prefix is allowed.
An example is provided here.
@(document_property("Title"; "This is the document title"))
@(document_property("Createtime"; "20041231124353"))