public static enum ActionFeaturesObjectAdapter.Location extends Enum<ActionFeaturesObjectAdapter.Location>
| Enum Constant and Description |
|---|
ANNOTATION |
DOCUMENT |
INTERACTIVE_FORM_FIELD |
OUTLINES |
PAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
static ActionFeaturesObjectAdapter.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionFeaturesObjectAdapter.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionFeaturesObjectAdapter.Location DOCUMENT
public static final ActionFeaturesObjectAdapter.Location PAGE
public static final ActionFeaturesObjectAdapter.Location INTERACTIVE_FORM_FIELD
public static final ActionFeaturesObjectAdapter.Location ANNOTATION
public static final ActionFeaturesObjectAdapter.Location OUTLINES
public static ActionFeaturesObjectAdapter.Location[] values()
for (ActionFeaturesObjectAdapter.Location c : ActionFeaturesObjectAdapter.Location.values()) System.out.println(c);
public static ActionFeaturesObjectAdapter.Location 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 getText()
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.