document_property

With the function document_property, you can set a predefined Microsoft Word document property.

The function result is a Microsoft Word instruction set with the specified document property. The Master Template must produce this instruction in the result document to have effect.

document_property (property_name; set_to_text)

This function yields a value of type TEXT.

The function document_property has two parameters divided by semicolons:

  1. property_name, type TEXT. This is the name of the property that should be set. See Microsoft Word document property names.
  2. set_to_text, type TEXT. This is the text the property must be set to.

The document_property function is only supported for Microsoft Word Master Templates.