| 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.BOUNDARY | PDViewerPreferences.BOUNDARY. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PDViewerPreferences.BOUNDARY[] | PDViewerPreferences.BOUNDARY. 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. setPrintArea(PDViewerPreferences.BOUNDARY value)Set the PrintArea preference. | 
| void | PDViewerPreferences. setPrintClip(PDViewerPreferences.BOUNDARY value)Set the PrintClip preference. | 
| void | PDViewerPreferences. setViewArea(PDViewerPreferences.BOUNDARY value)Set the ViewArea preference. | 
| void | PDViewerPreferences. setViewClip(PDViewerPreferences.BOUNDARY value)Set the ViewClip preference. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.