Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.DOWN_LEFT
Arranges the pages on a sheet from top to bottom and right to left.
|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.DOWN_RIGHT
Arranges the pages on a sheet from top to bottom and left to right.
|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.LEFT_DOWN
Arranges the pages on a sheet from right to left and top to bottom.
|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.LEFT_UP
Arranges the pages on a sheet from right to left and bottom to top.
|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.RIGHT_DOWN
Arranges the pages on a sheet from left to right and top to bottom.
|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.RIGHT_UP
Arranges the pages on a sheet from left to right and bottom to top.
|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.UP_LEFT
Arranges the pages on a sheet from bottom to top and right to left.
|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.UP_RIGHT
Arranges the pages on a sheet from bottom to top and left to right.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.PagesPerSheetDirection |
Configuration.PagesPerSheetDirection.valueOf(java.lang.String name) |
static Configuration.PagesPerSheetDirection[] |
Configuration.PagesPerSheetDirection.values() |
Modifier and Type | Method and Description |
---|---|
Configuration.PagesPerSheetProperties |
Configuration.PagesPerSheetProperties.setDirection(Configuration.PagesPerSheetDirection value)
The direction in which the pages are ordered on a sheet.
|
Constructor and Description |
---|
Configuration.PagesPerSheetProperties(int cols,
int rows,
java.lang.String sheetSize,
java.lang.String sheetMargin,
java.lang.String spacing,
Configuration.PagesPerSheetDirection direction)
Deprecated.
|
This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.