Uses of Enum Class
com.datalogics.PDFL.InkTypes
Packages that use InkTypes
-
Uses of InkTypes in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return InkTypesModifier and TypeMethodDescriptionInk.getInkType()The ink type of this ink for trapping.SeparationPlate.getInkType()The ink type of this ink for trapping.static InkTypesReturns the enum constant of this class with the specified name.static InkTypes[]InkTypes.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 InkTypesModifier and TypeMethodDescriptionvoidInk.setInkType(InkTypes theInkType) The ink type of this ink for trapping.voidSeparationPlate.setInkType(InkTypes theInkType) The ink type of this ink for trapping.