| Name | Type | Description | Notes |
|---|---|---|---|
| format | String | Defines template page size | [optional] [default to 'A4'] |
| width | Number | Page width in units | [optional] |
| height | Number | Page height in units | [optional] |
| unit | String | Measure unit | [optional] [default to 'cm'] |
| orientation | String | Page orientation | [optional] |
| rotation | Number | Page rotation in degrees | [optional] |
| margins | TemplateDefinitionNewLayoutMargins | [optional] | |
| repeat_layout | TemplateDefinitionNewLayoutRepeatLayout | [optional] | |
| empty_labels | Number | Specifies how many blank lables to add to sheet label. | [optional] [default to 0] |
-
A4(value:"A4") -
letter(value:"letter") -
custom(value:"custom")
-
cm(value:"cm") -
in(value:"in")
-
portrait(value:"portrait") -
landscape(value:"landscape")
-
0(value:0) -
90(value:90) -
180(value:180) -
270(value:270)