public static class Configuration.BookletMode extends Object
A type containing booklet mode data.
Constructor and Description |
---|
BookletMode() |
BookletMode(String sheetSize,
String sheetMargin,
Boolean rtl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.BookletMode |
setRtl(Boolean value)
Whether or not the reading order of the booklet should be
right-to-left.
|
Configuration.BookletMode |
setSheetMargin(String value)
The sheet margin as CSS margin value, for example
"1in" , "1cm 1.5cm" or "10mm 20mm 10mm 30mm" . |
Configuration.BookletMode |
setSheetSize(String value)
The size of the sheet as CSS value, for example
"A3" ,
"letter landscape" , "15in 20in" or
"20cm 30cm" . |
public BookletMode()
@Deprecated public BookletMode(String sheetSize, String sheetMargin, Boolean rtl)
public Configuration.BookletMode setSheetSize(String value)
The size of the sheet as CSS value, for example "A3"
,
"letter landscape"
, "15in 20in"
or
"20cm 30cm"
.
Configuration.BookletMode
instance.public Configuration.BookletMode setSheetMargin(String value)
The sheet margin as CSS margin value, for example
"1in"
, "1cm 1.5cm"
or "10mm 20mm 10mm 30mm"
.
null
is interpreted as "0mm"
.
Configuration.BookletMode
instance.public Configuration.BookletMode setRtl(Boolean value)
Whether or not the reading order of the booklet should be right-to-left.
Configuration.BookletMode
instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.