|
String | paperWidth [get, set] |
| Specifies the physial paper width as a PXML numeric expression (e.g. "21cm" or "a4width"). More...
|
|
String | paperHeight [get, set] |
| Specifies the physical paper height as a PXML numeric expression (e.g. "8.5in" or "letterlength"). More...
|
|
String | width [get, set] |
| Specifies the width of an idividual label as a PXML numeric expression (e.g. "5cm"). More...
|
|
String | height [get, set] |
| Specifies the height of an idividual label as a PXML numeric expression (e.g. "3.5cm"). More...
|
|
int | labelsPerRow [get, set] |
| Specifies the number of labels per row. More...
|
|
int | labelsPerColumn [get, set] |
| Specifies the number of labels per column. More...
|
|
String | paperTopMargin [get, set] |
| Specifies the top margin of the physical paper as a PXML numeric expression (e.g. "1.5cm") More...
|
|
String | paperBottomMargin [get, set] |
| Specifies the right margin the physical paper label as a PXML numeric expression (e.g. "1.5cm") More...
|
|
String | paperLeftMargin [get, set] |
| Specifies the left margin the physical paper label as a PXML numeric expression (e.g. "1.5cm") More...
|
|
String | paperRightMargin [get, set] |
| Specifies the right margin the physical paper label as a PXML numeric expression (e.g. "1.5cm") More...
|
|
PXMLConsumer | consumer [get] |
| Sets the output consumer. More...
|
|
Class for configuring label output.
Logical to physical page mapping
The processor performs a PXML to PXML transformation allowing a label report to define the layout of a single label which is then stamped multiple time onto a larger page. The labels are arranged in a grid with a specifiable amount of rows and columns.
Processing large documents
There is no delay between input and output and memory consumption is constant.