public static class Configuration.BookletMode extends Object
| Constructor and Description |
|---|
Configuration.BookletMode() |
Configuration.BookletMode(String sheetSize,
String sheetMargin,
Boolean rtl) |
| Modifier and Type | Method and Description |
|---|---|
void |
setRtl(Boolean value)
Whether or not the reading order of the booklet should be
right-to-left.
|
void |
setSheetMargin(String value)
The sheet margin as CSS margin value, e.g.
|
void |
setSheetSize(String value)
The size of the sheet as CSS value, e.g.
|
public void setSheetSize(String value)
A3,
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 setRtl(Boolean value)
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.