Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.optionalcontent |
Modifier and Type | Method | Description |
---|---|---|
PDOptionalContentProperties.BaseState |
PDOptionalContentProperties.getBaseState() |
Returns the base state for optional content groups.
|
static PDOptionalContentProperties.BaseState |
PDOptionalContentProperties.BaseState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PDOptionalContentProperties.BaseState |
PDOptionalContentProperties.BaseState.valueOf(COSName state) |
Returns the base state represented by the given
COSName . |
static PDOptionalContentProperties.BaseState[] |
PDOptionalContentProperties.BaseState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDOptionalContentProperties.setBaseState(PDOptionalContentProperties.BaseState state) |
Sets the base state for optional content groups.
|