Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Method and Description |
---|---|
Configuration.PagesPerSheetProperties |
Configuration.PagesPerSheetProperties.setCols(Integer value)
The number of columns per sheet.
|
Configuration.PagesPerSheetProperties |
Configuration.PagesPerSheetProperties.setDirection(Configuration.PagesPerSheetDirection value)
The direction in which the pages are ordered on a sheet.
|
Configuration.PagesPerSheetProperties |
Configuration.PagesPerSheetProperties.setRows(Integer value)
The number of rows per sheet.
|
Configuration.PagesPerSheetProperties |
Configuration.PagesPerSheetProperties.setSheetMargin(String value)
The sheet margin as CSS margin, for example
"1in" , "1cm 1.5cm" or "10mm 20mm 10mm 30mm" . |
Configuration.PagesPerSheetProperties |
Configuration.PagesPerSheetProperties.setSheetSize(String value)
The sheet size as CSS size, for example
"A4" , "letter landscape" , "15in 20in" or
"20cm 30cm" . |
Configuration.PagesPerSheetProperties |
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 Type | Method and Description |
---|---|
Configuration |
Configuration.setPagesPerSheetProperties(Configuration.PagesPerSheetProperties value)
Sets the properties of a sheet on which multiple pages are being arranged.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.