Uses of Enum Class
com.datalogics.PDFL.OptionalContentDrawingPolicy
Packages that use OptionalContentDrawingPolicy
-
Uses of OptionalContentDrawingPolicy in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return OptionalContentDrawingPolicyModifier and TypeMethodDescriptionOptionalContentContext.getDrawOptionalContent()Gets the drawing policy for the optional content in this optional content context.static OptionalContentDrawingPolicyReturns the enum constant of this class with the specified name.static OptionalContentDrawingPolicy[]OptionalContentDrawingPolicy.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 OptionalContentDrawingPolicyModifier and TypeMethodDescriptionvoidOptionalContentContext.setDrawOptionalContent(OptionalContentDrawingPolicy newPolicy) Sets the drawing policy for the optional content in this optional content context.