|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDOptionalContentProperties.BaseState | |
---|---|
org.apache.pdfbox.pdmodel.graphics.optionalcontent |
Uses of PDOptionalContentProperties.BaseState in org.apache.pdfbox.pdmodel.graphics.optionalcontent |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return PDOptionalContentProperties.BaseState | |
---|---|
PDOptionalContentProperties.BaseState |
PDOptionalContentProperties.getBaseState()
Returns the base state for optional content groups. |
static PDOptionalContentProperties.BaseState |
PDOptionalContentProperties.BaseState.valueOf(COSName state)
Returns the base state represented by the given COSName . |
static PDOptionalContentProperties.BaseState |
PDOptionalContentProperties.BaseState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PDOptionalContentProperties.BaseState[] |
PDOptionalContentProperties.BaseState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent with parameters of type PDOptionalContentProperties.BaseState | |
---|---|
void |
PDOptionalContentProperties.setBaseState(PDOptionalContentProperties.BaseState state)
Sets the base state for optional content groups. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |