Uses of Enum Class
com.datalogics.PDFL.SeparationPreviewOptions
Packages that use SeparationPreviewOptions
-
Uses of SeparationPreviewOptions in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return SeparationPreviewOptionsModifier and TypeMethodDescriptionInk.getPreviewOption()How to handle the colorant for a separation preview.SeparationPlate.getPreviewOption()How to handle the colorant for a separation preview.static SeparationPreviewOptionsReturns the enum constant of this class with the specified name.static SeparationPreviewOptions[]SeparationPreviewOptions.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 SeparationPreviewOptionsModifier and TypeMethodDescriptionvoidInk.setPreviewOption(SeparationPreviewOptions thePreviewOption) How to handle the colorant for a separation preview.voidSeparationPlate.setPreviewOption(SeparationPreviewOptions thePreviewOption) How to handle the colorant for a separation preview.