public static enum PDOptionalContentGroup.RenderState extends Enum<PDOptionalContentGroup.RenderState>
Enum Constant and Description |
---|
OFF
The "OFF" value.
|
ON
The "ON" value.
|
Modifier and Type | Method and Description |
---|---|
COSName |
getName()
Returns the PDF name for the state.
|
static PDOptionalContentGroup.RenderState |
valueOf(COSName state)
Returns the base state represented by the given
COSName . |
static PDOptionalContentGroup.RenderState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDOptionalContentGroup.RenderState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDOptionalContentGroup.RenderState ON
public static final PDOptionalContentGroup.RenderState OFF
public static PDOptionalContentGroup.RenderState[] values()
for (PDOptionalContentGroup.RenderState c : PDOptionalContentGroup.RenderState.values()) System.out.println(c);
public static PDOptionalContentGroup.RenderState 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 static PDOptionalContentGroup.RenderState valueOf(COSName state)
COSName
.state
- the state namepublic COSName getName()
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.