Package com.realobjects.pdfreactor
Class Configuration.BookletMode
java.lang.Object
com.realobjects.pdfreactor.Configuration.BookletMode
- Enclosing class:
Configuration
A type containing booklet mode data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhether or not the reading order of the booklet should be right-to-left.setSheetMargin
(String value) The sheet margin as CSS margin value, for example"1in"
,"1cm 1.5cm"
or"10mm 20mm 10mm 30mm"
.setSheetSize
(String value) The size of the sheet as CSS value, for example"A3"
,"letter landscape"
,"15in 20in"
or"20cm 30cm"
.setSpacing
(String value) The horizontal and vertical space between pages on a sheet as CSS value, for example"0.1in"
.
-
Constructor Details
-
BookletMode
public BookletMode()
-
-
Method Details
-
setSheetSize
The size of the sheet as CSS value, for example
"A3"
,"letter landscape"
,"15in 20in"
or"20cm 30cm"
.null
is interpreted as"A4 landscape"
.- Returns:
- The current
Configuration.BookletMode
instance.
-
setSheetMargin
The sheet margin as CSS margin value, for example
"1in"
,"1cm 1.5cm"
or"10mm 20mm 10mm 30mm"
.null
is interpreted as"1cm"
.- Returns:
- The current
Configuration.BookletMode
instance.
-
setSpacing
The horizontal and vertical space between pages on a sheet as CSS value, for example
"0.1in"
.null
is interpreted as"1mm"
.- Returns:
- The current
Configuration.BookletMode
instance.
-
setRtl
Whether or not the reading order of the booklet should be right-to-left.
- Returns:
- The current
Configuration.BookletMode
instance.
-