public static enum PdfViewerPreferences.PdfViewerPreferencesConstants extends Enum<PdfViewerPreferences.PdfViewerPreferencesConstants>
Enum Constant and Description |
---|
APP_DEFAULT
Page scaling option constant for
PdfName.PrintScaling . |
ART_BOX
|
BLEED_BOX
|
CROP_BOX
|
DUPLEX_FLIP_LONG_EDGE
The paper handling option constant for
PdfName.Duplex . |
DUPLEX_FLIP_SHORT_EDGE
The paper handling option constant for
PdfName.Duplex . |
LEFT_TO_RIGHT
Direction constant for
PdfName.Direction . |
MEDIA_BOX
|
NONE
Page scaling option constant for
PdfName.PrintScaling . |
PRINT_AREA
PrintArea constant.
|
PRINT_CLIP
PrintClip constant.
|
RIGHT_TO_LEFT
Direction constant for
PdfName.Direction . |
SIMPLEX
The paper handling option constant for
PdfName.Duplex . |
TRIM_BOX
|
USE_NONE
PageMode constant for
PdfName.NonFullScreenPageMode . |
USE_OC
PageMode constant for
PdfName.NonFullScreenPageMode . |
USE_OUTLINES
PageMode constant for
PdfName.NonFullScreenPageMode . |
USE_THUMBS
PageMode constant for
PdfName.NonFullScreenPageMode . |
VIEW_AREA
ViewArea constant.
|
VIEW_CLIP
ViewClip constant.
|
Modifier and Type | Method and Description |
---|---|
static PdfViewerPreferences.PdfViewerPreferencesConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfViewerPreferences.PdfViewerPreferencesConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfViewerPreferences.PdfViewerPreferencesConstants USE_NONE
PdfName.NonFullScreenPageMode
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants USE_OUTLINES
PdfName.NonFullScreenPageMode
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants USE_THUMBS
PdfName.NonFullScreenPageMode
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants USE_OC
PdfName.NonFullScreenPageMode
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants LEFT_TO_RIGHT
PdfName.Direction
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants RIGHT_TO_LEFT
PdfName.Direction
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants MEDIA_BOX
public static final PdfViewerPreferences.PdfViewerPreferencesConstants CROP_BOX
public static final PdfViewerPreferences.PdfViewerPreferencesConstants BLEED_BOX
public static final PdfViewerPreferences.PdfViewerPreferencesConstants TRIM_BOX
public static final PdfViewerPreferences.PdfViewerPreferencesConstants ART_BOX
public static final PdfViewerPreferences.PdfViewerPreferencesConstants VIEW_AREA
public static final PdfViewerPreferences.PdfViewerPreferencesConstants VIEW_CLIP
public static final PdfViewerPreferences.PdfViewerPreferencesConstants PRINT_AREA
public static final PdfViewerPreferences.PdfViewerPreferencesConstants PRINT_CLIP
public static final PdfViewerPreferences.PdfViewerPreferencesConstants NONE
PdfName.PrintScaling
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants APP_DEFAULT
PdfName.PrintScaling
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants SIMPLEX
PdfName.Duplex
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants DUPLEX_FLIP_SHORT_EDGE
PdfName.Duplex
.public static final PdfViewerPreferences.PdfViewerPreferencesConstants DUPLEX_FLIP_LONG_EDGE
PdfName.Duplex
.public static PdfViewerPreferences.PdfViewerPreferencesConstants[] values()
for (PdfViewerPreferences.PdfViewerPreferencesConstants c : PdfViewerPreferences.PdfViewerPreferencesConstants.values()) System.out.println(c);
public static PdfViewerPreferences.PdfViewerPreferencesConstants 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 © 1998–2023 Apryse Group NV. All rights reserved.