public static final class Configuration.PagesPerSheetDirection extends Enum
An enum containing constants for pages per sheet directions.
Modifier and Type | Field and Description |
---|---|
static Configuration.PagesPerSheetDirection |
DOWN_LEFT
Arranges the pages on a sheet from top to bottom and right to left.
|
static Configuration.PagesPerSheetDirection |
DOWN_RIGHT
Arranges the pages on a sheet from top to bottom and left to right.
|
static Configuration.PagesPerSheetDirection |
LEFT_DOWN
Arranges the pages on a sheet from right to left and top to bottom.
|
static Configuration.PagesPerSheetDirection |
LEFT_UP
Arranges the pages on a sheet from right to left and bottom to top.
|
static Configuration.PagesPerSheetDirection |
RIGHT_DOWN
Arranges the pages on a sheet from left to right and top to bottom.
|
static Configuration.PagesPerSheetDirection |
RIGHT_UP
Arranges the pages on a sheet from left to right and bottom to top.
|
static Configuration.PagesPerSheetDirection |
UP_LEFT
Arranges the pages on a sheet from bottom to top and right to left.
|
static 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 |
valueOf(String name) |
static Configuration.PagesPerSheetDirection[] |
values() |
public static final Configuration.PagesPerSheetDirection DOWN_LEFT
Arranges the pages on a sheet from top to bottom and right to left.
public static final Configuration.PagesPerSheetDirection DOWN_RIGHT
Arranges the pages on a sheet from top to bottom and left to right.
public static final Configuration.PagesPerSheetDirection LEFT_DOWN
Arranges the pages on a sheet from right to left and top to bottom.
public static final Configuration.PagesPerSheetDirection LEFT_UP
Arranges the pages on a sheet from right to left and bottom to top.
public static final Configuration.PagesPerSheetDirection RIGHT_DOWN
Arranges the pages on a sheet from left to right and top to bottom.
public static final Configuration.PagesPerSheetDirection RIGHT_UP
Arranges the pages on a sheet from left to right and bottom to top.
public static final Configuration.PagesPerSheetDirection UP_LEFT
Arranges the pages on a sheet from bottom to top and right to left.
public static final Configuration.PagesPerSheetDirection UP_RIGHT
Arranges the pages on a sheet from bottom to top and left to right.
public static Configuration.PagesPerSheetDirection[] values()
public static Configuration.PagesPerSheetDirection valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.