src/lib/label-designer.interface.ts
Properties |
|
| backSideLabelItems |
backSideLabelItems:
|
Type : ILabelItem[]
|
| Optional |
|
Label items on the backside |
| border |
border:
|
Type : string
|
| Optional |
|
Border styling on the labels. |
| label |
label:
|
Type : ILabelStyle
|
|
Global styling for the label. |
| labelItems |
labelItems:
|
Type : ILabelItem[]
|
|
Items on the frontside of the label |
| page |
page:
|
Type : IPageStyle
|
|
Pages size object |
| skip |
skip:
|
Type : number
|
| Optional |
|
Skip this many items from the start |
| twoSided |
twoSided:
|
Type : boolean
|
| Optional |
|
true - print odd pages using labelItems and even pages using backSideLabelItems false - print all pages using labelItems |
| valueMap |
valueMap:
|
Type : ILabelValueMap
|
| Optional |
|
Map values to new one |
| version |
version:
|
Type : number
|
| Optional |
|
Setup version. Used in the future if there is breaking changes introduced in the setup. |