Uses of Class
com.realobjects.pdfreactor.Configuration.BookletMode
-
Uses of Configuration.BookletMode in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionWhether 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"
.Configuration.BookletMode.setSpacing
(String value) The horizontal and vertical space between pages on a sheet as CSS value, for example"0.1in"
.Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setBookletMode
(Configuration.BookletMode value) Convenience method to set pages-per-sheet properties and page order in one step to create a booklet.