Uses of Class
com.realobjects.pdfreactor.Configuration.PagesPerSheetProperties
Packages that use Configuration.PagesPerSheetProperties
- 
Uses of Configuration.PagesPerSheetProperties in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.PagesPerSheetPropertiesModifier 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".Methods in com.realobjects.pdfreactor with parameters of type Configuration.PagesPerSheetPropertiesModifier and TypeMethodDescriptionfinal ConfigurationConfiguration.setPagesPerSheetProperties(Configuration.PagesPerSheetProperties value) Sets the properties of a sheet on which multiple pages are being arranged.