public enum WordBookmarks extends Enum<WordBookmarks>
Enum Constant and Description |
---|
HEADINGS |
WORD_BOOKMARKS |
Modifier and Type | Method and Description |
---|---|
static WordBookmarks |
getValue(String key) |
String |
toString() |
static WordBookmarks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WordBookmarks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WordBookmarks HEADINGS
public static final WordBookmarks WORD_BOOKMARKS
public static WordBookmarks[] values()
for (WordBookmarks c : WordBookmarks.values()) System.out.println(c);
public static WordBookmarks 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 String toString()
toString
in class Enum<WordBookmarks>
public static WordBookmarks getValue(String key)
Copyright © 2015 GroupDocs. All rights reserved.