public enum PdfPageLayout extends Enum<PdfPageLayout> implements MinRequiredVersion, FriendlyNamed
| Enum Constant and Description |
|---|
ONE_COLUMN |
SINGLE_PAGE |
TWO_COLUMN_LEFT |
TWO_COLUMN_RIGHT |
TWO_PAGE_LEFT |
TWO_PAGE_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
PdfVersion |
getMinVersion() |
static PdfPageLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfPageLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfPageLayout SINGLE_PAGE
public static final PdfPageLayout ONE_COLUMN
public static final PdfPageLayout TWO_COLUMN_LEFT
public static final PdfPageLayout TWO_COLUMN_RIGHT
public static final PdfPageLayout TWO_PAGE_LEFT
public static final PdfPageLayout TWO_PAGE_RIGHT
public static PdfPageLayout[] values()
for (PdfPageLayout c : PdfPageLayout.values()) System.out.println(c);
public static PdfPageLayout valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getFriendlyName()
getFriendlyName in interface FriendlyNamedpublic PdfVersion getMinVersion()
getMinVersion in interface MinRequiredVersionCopyright © 2015. All Rights Reserved.