Uses of Enum Class
com.datalogics.PDFL.OverprintMode
Packages that use OverprintMode
-
Uses of OverprintMode in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return OverprintModeModifier and TypeMethodDescriptionExtendedGraphicState.getOverprintMode()Specifies the overprint mode - specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component or leave it unchanged when overprinting.static OverprintModeReturns the enum constant of this class with the specified name.static OverprintMode[]OverprintMode.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 OverprintModeModifier and TypeMethodDescriptionvoidExtendedGraphicState.setOverprintMode(OverprintMode overprintMode) Specifies the overprint mode - specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component or leave it unchanged when overprinting.