protected static enum DocumentViewer.PropertyKeys extends java.lang.Enum<DocumentViewer.PropertyKeys>
| Enum Constant and Description |
|---|
cache |
height |
library |
locale |
name |
page |
style |
width |
| Modifier and Type | Method and Description |
|---|---|
static DocumentViewer.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentViewer.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentViewer.PropertyKeys width
public static final DocumentViewer.PropertyKeys height
public static final DocumentViewer.PropertyKeys style
public static final DocumentViewer.PropertyKeys name
public static final DocumentViewer.PropertyKeys library
public static final DocumentViewer.PropertyKeys cache
public static final DocumentViewer.PropertyKeys page
public static final DocumentViewer.PropertyKeys locale
public static DocumentViewer.PropertyKeys[] values()
for (DocumentViewer.PropertyKeys c : DocumentViewer.PropertyKeys.values()) System.out.println(c);
public static DocumentViewer.PropertyKeys 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 nullCopyright © 2011-2015. All Rights Reserved.