public static enum PDViewerPreferences.PRINT_SCALING extends Enum<PDViewerPreferences.PRINT_SCALING>
Enum Constant and Description |
---|
AppDefault
use app default.
|
None
no scaling.
|
Modifier and Type | Method and Description |
---|---|
static PDViewerPreferences.PRINT_SCALING |
valueOf(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(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 nullCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.