public enum PdfBooleanPreference extends Enum<PdfBooleanPreference> implements MinRequiredVersion
Enum Constant and Description |
---|
CENTER_WINDOW |
DISPLAY_DOC_TITLE |
FIT_WINDOW |
HIDE_MENUBAR |
HIDE_TOOLBAR |
HIDE_WINDOW_UI |
Modifier and Type | Method and Description |
---|---|
PdfVersion |
getMinVersion() |
static PdfBooleanPreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfBooleanPreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfBooleanPreference HIDE_TOOLBAR
public static final PdfBooleanPreference HIDE_MENUBAR
public static final PdfBooleanPreference HIDE_WINDOW_UI
public static final PdfBooleanPreference FIT_WINDOW
public static final PdfBooleanPreference CENTER_WINDOW
public static final PdfBooleanPreference DISPLAY_DOC_TITLE
public static PdfBooleanPreference[] values()
for (PdfBooleanPreference c : PdfBooleanPreference.values()) System.out.println(c);
public static PdfBooleanPreference 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 nullpublic PdfVersion getMinVersion()
getMinVersion
in interface MinRequiredVersion
Copyright © 2021 sejda. All rights reserved.