Defines template layout (e.g page format, margins).
| Name | Type | Description | Notes |
|---|---|---|---|
| format | FormatEnum | Defines template page size | [optional] |
| width | BigDecimal | Page width in units | [optional] |
| height | BigDecimal | Page height in units | [optional] |
| unit | UnitEnum | Measure unit | [optional] |
| orientation | OrientationEnum | Page orientation | [optional] |
| rotation | RotationEnum | Page rotation in degrees | [optional] |
| margins | TemplateDefinitionNewLayoutMargins | [optional] | |
| repeatLayout | TemplateDefinitionNewLayoutRepeatLayout | [optional] | |
| emptyLabels | Integer | Specifies how many blank lables to add to sheet label. | [optional] |
| Name | Value |
|---|---|
| A4 | "A4" |
| LETTER | "letter" |
| CUSTOM | "custom" |
| Name | Value |
|---|---|
| CM | "cm" |
| IN | "in" |
| Name | Value |
|---|---|
| PORTRAIT | "portrait" |
| LANDSCAPE | "landscape" |
| Name | Value |
|---|---|
| NUMBER_0 | 0 |
| NUMBER_90 | 90 |
| NUMBER_180 | 180 |
| NUMBER_270 | 270 |