java.io.Serializable
, java.lang.Comparable<PDViewerPreferences.PRINT_SCALING>
public static enum PDViewerPreferences.PRINT_SCALING extends java.lang.Enum<PDViewerPreferences.PRINT_SCALING>
Enum Constant | Description |
---|---|
AppDefault |
use app default.
|
None |
no scaling.
|
Modifier and Type | Method | Description |
---|---|---|
static PDViewerPreferences.PRINT_SCALING |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PDViewerPreferences.PRINT_SCALING[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDViewerPreferences.PRINT_SCALING None
public static final PDViewerPreferences.PRINT_SCALING AppDefault
public static PDViewerPreferences.PRINT_SCALING[] values()
for (PDViewerPreferences.PRINT_SCALING c : PDViewerPreferences.PRINT_SCALING.values()) System.out.println(c);
public static PDViewerPreferences.PRINT_SCALING valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null