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 and Control Script API).
Note that Master Pages are only used in a Print context (see Master Pages).
Master Pages are retrieved via the template
object (see template), for example: var myMasterpage = merge.template.masterpages["Master page 1"];
.
Fields
Field | Type | Description |
---|---|---|
margins | 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). |