Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.viewerpreferences |
A package to allow access to document viewing preferences.
|
Modifier and Type | Method and Description |
---|---|
static PDViewerPreferences.PRINT_SCALING |
PDViewerPreferences.PRINT_SCALING.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDViewerPreferences.PRINT_SCALING[] |
PDViewerPreferences.PRINT_SCALING.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PDViewerPreferences.setPrintScaling(PDViewerPreferences.PRINT_SCALING value)
Set the PrintScaling preference.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.