Uses of Class
com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
-
Uses of Configuration.PagesPerSheetProperties in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionThe number of columns per sheet.Configuration.PagesPerSheetProperties.setDirection
(Configuration.PagesPerSheetDirection value) The direction in which the pages are ordered on a sheet.The number of rows per sheet.Configuration.PagesPerSheetProperties.setSheetMargin
(String value) The sheet margin as CSS margin, for example"1in"
,"1cm 1.5cm"
or"10mm 20mm 10mm 30mm"
.Configuration.PagesPerSheetProperties.setSheetSize
(String value) The sheet size as CSS size, for example"A4"
,"letter landscape"
,"15in 20in"
or"20cm 30cm"
.Configuration.PagesPerSheetProperties.setSpacing
(String value) The horizontal and vertical space between pages on a sheet as CSS value, for example"0.1in"
or"5mm 2mm"
.Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setPagesPerSheetProperties
(Configuration.PagesPerSheetProperties value) Sets the properties of a sheet on which multiple pages are being arranged.