|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PDOptionalContentProperties.BaseState>
org.apache.pdfbox.pdmodel.graphics.optionalcontent.PDOptionalContentProperties.BaseState
public static enum PDOptionalContentProperties.BaseState
Enumeration for the BaseState dictionary entry on the "D" dictionary.
| Enum Constant Summary | |
|---|---|
OFF
The "OFF" value. |
|
ON
The "ON" value. |
|
UNCHANGED
The "Unchanged" value. |
|
| Method Summary | |
|---|---|
COSName |
getName()
Returns the PDF name for the state. |
static PDOptionalContentProperties.BaseState |
valueOf(COSName state)
Returns the base state represented by the given COSName. |
static PDOptionalContentProperties.BaseState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PDOptionalContentProperties.BaseState[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PDOptionalContentProperties.BaseState ON
public static final PDOptionalContentProperties.BaseState OFF
public static final PDOptionalContentProperties.BaseState UNCHANGED
| Method Detail |
|---|
public static final PDOptionalContentProperties.BaseState[] values()
for(PDOptionalContentProperties.BaseState c : PDOptionalContentProperties.BaseState.values())
System.out.println(c);
public static PDOptionalContentProperties.BaseState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic COSName getName()
public static PDOptionalContentProperties.BaseState valueOf(COSName state)
COSName.
state - the state name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||