Uses of Enum Class
com.datalogics.PDFL.ColorConvertCSpaceType
Packages that use ColorConvertCSpaceType
-
Uses of ColorConvertCSpaceType in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ColorConvertCSpaceTypeModifier and TypeMethodDescriptionColorConvertActions.getMustMatchAllCSAttrs()A bit field that gets / sets the Color Space attributes an object must match to be color converted. The element must match ALL these Color Space attributes to be color converted.ColorConvertActions.getMustMatchAnyCSAttrs()A bit field that gets / sets the Color Space attributes an object must match to be color converted. The element can match ONE OR MORE Color Space attributes to be color converted.static ColorConvertCSpaceTypeReturns the enum constant of this class with the specified name.static ColorConvertCSpaceType[]ColorConvertCSpaceType.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 ColorConvertCSpaceTypeModifier and TypeMethodDescriptionvoidColorConvertActions.setMustMatchAllCSAttrs(ColorConvertCSpaceType newCSAttrs) voidColorConvertActions.setMustMatchAnyCSAttrs(ColorConvertCSpaceType newCSAttrs)