Uses of Enum Class
org.sejda.sambox.pdmodel.graphics.optionalcontent.PDOptionalContentProperties.BaseState
Packages that use PDOptionalContentProperties.BaseState
-
Uses of PDOptionalContentProperties.BaseState in org.sejda.sambox.pdmodel.graphics.optionalcontent
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.graphics.optionalcontent with parameters of type PDOptionalContentProperties.BaseStateModifier and TypeMethodDescriptionvoidPDOptionalContentProperties.setBaseState(PDOptionalContentProperties.BaseState state) Sets the base state for optional content groups.