|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PDViewerPreferences.BOUNDARY>
org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY
public static enum PDViewerPreferences.BOUNDARY
Enumeration containing all valid values for boundaries.
Enum Constant Summary | |
---|---|
ArtBox
use art box as boundary. |
|
BleedBox
use bleed box as boundary. |
|
CropBox
use crop box as boundary. |
|
MediaBox
use media box as boundary. |
|
TrimBox
use trim box as boundary. |
Method Summary | |
---|---|
static PDViewerPreferences.BOUNDARY |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PDViewerPreferences.BOUNDARY[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PDViewerPreferences.BOUNDARY MediaBox
public static final PDViewerPreferences.BOUNDARY CropBox
public static final PDViewerPreferences.BOUNDARY BleedBox
public static final PDViewerPreferences.BOUNDARY TrimBox
public static final PDViewerPreferences.BOUNDARY ArtBox
Method Detail |
---|
public static PDViewerPreferences.BOUNDARY[] values()
for (PDViewerPreferences.BOUNDARY c : PDViewerPreferences.BOUNDARY.values()) System.out.println(c);
public static PDViewerPreferences.BOUNDARY valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |