Uses of Enum Class
com.datalogics.PDFL.OptimizerOption
Packages that use OptimizerOption
-
Uses of OptimizerOption in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return OptimizerOptionModifier and TypeMethodDescriptionstatic OptimizerOptionReturns the enum constant of this class with the specified name.static OptimizerOption[]OptimizerOption.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 OptimizerOptionModifier and TypeMethodDescriptionbooleanPDFOptimizer.getOption(OptimizerOption option) Get the value of a single Optimizer Option.voidPDFOptimizer.setOption(OptimizerOption option, boolean value) Set the value of a single Optimizer option.