public enum PreviewTextKey extends java.lang.Enum<PreviewTextKey>
Members of this enumeration can be used as keys in the
getCustomPreviewTexts
dictionary
of the PrintOptions
class.
Enum Constant and Description |
---|
Auto
Identifies the 'Auto' menu item text.
|
Close
Identifies the 'Close' menu item text.
|
DecreaseSize
Identifies the 'Decrease Size' menu item text.
|
DoubleSize
Identifies the 'Double Size' menu item text.
|
FirstPage
Identifies the 'First Page' button tool-tip.
|
FitToPage
Identifies the 'Fit to Page' menu item text.
|
FourPages
Identifies the 'Four Pages' button tool-tip.
|
HalveSize
Identifies the 'Halve Size' menu item text.
|
IncreaseSize
Identifies the 'Increase Size' menu item text.
|
Landscape
Identifies the 'Orientation' button tool-tip.
|
LastPage
Identifies the 'Last Page' button tool-tip.
|
NextPage
Identifies the 'Next Page' button tool-tip.
|
OnePage
Identifies the 'One Page' button tool-tip.
|
OriginalSize
Identifies the 'Original Size' menu item text.
|
PageRange
Identifies the 'Page Range' button tool-tip.
|
Portrait
Identifies the 'Orientation' button tool-tip.
|
PrevPage
Identifies the 'Previous Page' button tool-tip.
|
Print
Identifies the 'Print' button tool-tip.
|
Scale
Identifies the 'Scale' button tool-tip.
|
SixPages
Identifies the 'Six Pages' button tool-tip.
|
ThreePages
Identifies the 'Three Pages' button tool-tip.
|
TwoPages
Identifies the 'Two Pages' button tool-tip.
|
Zoom
Identifies the 'Zoom' button tool-tip.
|
Zoom10
Identifies the '10%' menu item text.
|
Zoom100
Identifies the '100%' menu item text.
|
Zoom150
Identifies the '150%' menu item text.
|
Zoom200
Identifies the '200%' menu item text.
|
Zoom25
Identifies the '25%' menu item text.
|
Zoom50
Identifies the '50%' menu item text.
|
Zoom500
Identifies the '500%' menu item text.
|
Zoom75
Identifies the '75%' menu item text.
|
ZoomAuto
Identifies the 'Zoom Auto' menu item text.
|
Modifier and Type | Method and Description |
---|---|
static PreviewTextKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PreviewTextKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreviewTextKey Print
public static final PreviewTextKey Zoom
public static final PreviewTextKey OnePage
public static final PreviewTextKey TwoPages
public static final PreviewTextKey ThreePages
public static final PreviewTextKey FourPages
public static final PreviewTextKey SixPages
public static final PreviewTextKey FirstPage
public static final PreviewTextKey PrevPage
public static final PreviewTextKey NextPage
public static final PreviewTextKey LastPage
public static final PreviewTextKey Scale
public static final PreviewTextKey Landscape
public static final PreviewTextKey Portrait
public static final PreviewTextKey Auto
public static final PreviewTextKey OriginalSize
public static final PreviewTextKey FitToPage
public static final PreviewTextKey HalveSize
public static final PreviewTextKey DoubleSize
public static final PreviewTextKey DecreaseSize
public static final PreviewTextKey IncreaseSize
public static final PreviewTextKey PageRange
public static final PreviewTextKey ZoomAuto
public static final PreviewTextKey Zoom10
public static final PreviewTextKey Zoom25
public static final PreviewTextKey Zoom50
public static final PreviewTextKey Zoom75
public static final PreviewTextKey Zoom100
public static final PreviewTextKey Zoom150
public static final PreviewTextKey Zoom200
public static final PreviewTextKey Zoom500
public static final PreviewTextKey Close
public static PreviewTextKey[] values()
for (PreviewTextKey c : PreviewTextKey.values()) System.out.println(c);
public static PreviewTextKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null