public static enum PdfViewerPreferences.PdfViewerPreferencesConstants extends Enum<PdfViewerPreferences.PdfViewerPreferencesConstants>
Enum Constant and Description |
---|
APP_DEFAULT |
ART_BOX |
BLEED_BOX |
CROP_BOX |
DUPLEX_FLIP_LONG_EDGE |
DUPLEX_FLIP_SHORT_EDGE |
LEFT_TO_RIGHT
Direction constants.
|
MEDIA_BOX
PageBoundary constants.
|
NONE
Page scaling option constants.
|
PRINT_AREA |
PRINT_CLIP |
RIGHT_TO_LEFT |
SIMPLEX
The paper handling option constants.
|
TRIM_BOX |
USE_NONE
PageMode constants.
|
USE_OC |
USE_OUTLINES |
USE_THUMBS |
VIEW_AREA
ViewArea, ViewClip, PrintArea and PrintClip constants.
|
VIEW_CLIP |
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
public static final PdfViewerPreferences.PdfViewerPreferencesConstants USE_OUTLINES
public static final PdfViewerPreferences.PdfViewerPreferencesConstants USE_THUMBS
public static final PdfViewerPreferences.PdfViewerPreferencesConstants USE_OC
public static final PdfViewerPreferences.PdfViewerPreferencesConstants LEFT_TO_RIGHT
public static final PdfViewerPreferences.PdfViewerPreferencesConstants RIGHT_TO_LEFT
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
public static final PdfViewerPreferences.PdfViewerPreferencesConstants APP_DEFAULT
public static final PdfViewerPreferences.PdfViewerPreferencesConstants SIMPLEX
public static final PdfViewerPreferences.PdfViewerPreferencesConstants DUPLEX_FLIP_SHORT_EDGE
public static final PdfViewerPreferences.PdfViewerPreferencesConstants DUPLEX_FLIP_LONG_EDGE
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 name
NullPointerException
- if the argument is null
Copyright © 1998–2018 iText Group NV. All rights reserved.