Uses of Enum Class
com.datalogics.PDFL.OptionalContentBaseState
Packages that use OptionalContentBaseState
-
Uses of OptionalContentBaseState in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return OptionalContentBaseStateModifier and TypeMethodDescriptionOptionalContentConfig.getBaseState()Get the base state for this OptionalContentConfig.static OptionalContentBaseStateReturns the enum constant of this class with the specified name.static OptionalContentBaseState[]OptionalContentBaseState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type OptionalContentBaseStateModifier and TypeMethodDescriptionvoidOptionalContentConfig.setBaseState(OptionalContentBaseState baseState) Set the base state for this OptionalContentConfig.