public enum PdfPrintScaling extends Enum<PdfPrintScaling> implements MinRequiredVersion, FriendlyNamed
| Enum Constant and Description |
|---|
APP_DEFAULT |
NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
PdfVersion |
getMinVersion() |
static PdfPrintScaling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfPrintScaling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfPrintScaling NONE
public static final PdfPrintScaling APP_DEFAULT
public static PdfPrintScaling[] values()
for (PdfPrintScaling c : PdfPrintScaling.values()) System.out.println(c);
public static PdfPrintScaling 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 PdfVersion getMinVersion()
getMinVersion in interface MinRequiredVersionpublic String getFriendlyName()
getFriendlyName in interface FriendlyNamedCopyright © 2015. All Rights Reserved.