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(String name) |
static Configuration.PagesPerSheetDirection[] |
Configuration.PagesPerSheetDirection.values() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.PagesPerSheetProperties.setDirection(Configuration.PagesPerSheetDirection value)
The direction in which the pages are ordered on a sheet.
|
Constructor and Description |
---|
Configuration.PagesPerSheetProperties(Integer cols,
Integer rows,
String sheetSize,
String sheetMargin,
String spacing,
Configuration.PagesPerSheetDirection direction) |
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.