Uses of Enum Class
org.apache.pdfbox.pdmodel.graphics.optionalcontent.PDOptionalContentProperties.BaseState
Packages that use PDOptionalContentProperties.BaseState
-
Uses of PDOptionalContentProperties.BaseState in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return PDOptionalContentProperties.BaseStateModifier and TypeMethodDescriptionPDOptionalContentProperties.getBaseState()
Returns the base state for optional content groups.Returns the enum constant of this class with the specified name.Returns the base state represented by the givenCOSName
.PDOptionalContentProperties.BaseState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent with parameters of type PDOptionalContentProperties.BaseStateModifier and TypeMethodDescriptionvoid
PDOptionalContentProperties.setBaseState
(PDOptionalContentProperties.BaseState state) Sets the base state for optional content groups.