Uses of Class
org.apache.pdfbox.pdmodel.graphics.optionalcontent.PDOptionalContentProperties.BaseState
-
Packages that use PDOptionalContentProperties.BaseState Package Description 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 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 givenCOSName
.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 Modifier and Type Method Description void
PDOptionalContentProperties. setBaseState(PDOptionalContentProperties.BaseState state)
Sets the base state for optional content groups.
-