Uses of Enum
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 type with the specified name.Returns the base state represented by the givenCOSName.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.BaseStateModifier and TypeMethodDescriptionvoidPDOptionalContentProperties.setBaseState(PDOptionalContentProperties.BaseState state) Sets the base state for optional content groups.