public static class Configuration.PagesPerSheetProperties extends Object
Constructor and Description |
---|
Configuration.PagesPerSheetProperties() |
Configuration.PagesPerSheetProperties(Integer cols,
Integer rows,
String sheetSize,
String sheetMargin,
String spacing,
Configuration.PagesPerSheetDirection direction) |
Modifier and Type | Method and Description |
---|---|
void |
setCols(Integer value)
The number of columns per sheet.
|
void |
setDirection(Configuration.PagesPerSheetDirection value)
The direction in which the pages are ordered on a sheet.
|
void |
setRows(Integer value)
The number of rows per sheet.
|
void |
setSheetMargin(String value)
The sheet margin as CSS margin, e.g.
|
void |
setSheetSize(String value)
The sheet size as CSS size, e.g.
|
void |
setSpacing(String value)
The horizontal and vertical space between pages on a sheet as CSS value, e.g.
|
public Configuration.PagesPerSheetProperties()
public void setCols(Integer value)
public void setRows(Integer value)
public void setSheetSize(String value)
A4
, letter landscape
, 15in 20in
,
20cm 30cm
.public void setSheetMargin(String value)
1in
, 1cm 1.5cm
, 10mm 20mm 10mm 30mm
. null
is
interpreted as 0mm
.public void setSpacing(String value)
0.1in
, 5mm 2mm
. null
is
interpreted as 0mm
.public void setDirection(Configuration.PagesPerSheetDirection value)
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.