2019.1

Table Of Contents
masterpages
The masterpages Array contains all Master Pages in the current template. It can only be used to
set a Master Page's header and footer in a Control Script (see "Control Scripts" on page390
and "Control Script API" on page811).
Note that Master Pages are only used in a Print context (see "Master Pages" on page145).
Master Pages are retrieved via the template object (see "template" on page831), for example:
var myMasterpage = merge.template.masterpages["Master page 1"];.
Fields
Field Type Description
"Setting the margins
of a Print section" on
page854
Margins Allows to set the header and footer of a Master Page,
using a Measurement string, for example: "2in" (this
sets a margin to two inches).
properties
The properties object inside the template object (see "template" on page831) contains all
default properties of the template file as well as any custom properties.
To view and complement the file properties, select File > Properties on the menu. See "File
Properties dialog" on page440.
Following are the default properties.
Field Type Description
application String Application version when the document
was last saved
author String Original author of the document
company String company name
created Date Date and time on which the document was
Page 833