Uses of Enum Class
com.datalogics.PDFL.ColorConvertObjAttrs
Packages that use ColorConvertObjAttrs
-
Uses of ColorConvertObjAttrs in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ColorConvertObjAttrsModifier and TypeMethodDescriptionColorConvertActions.getMustMatchAllAttrs()A bit field that gets / sets the attributes an element must match to be color converted. The element must match ALL these attributes to be color converted.ColorConvertActions.getMustMatchAnyAttrs()A bit field that gets / sets the attributes an element must match to be color converted. The element can match ONE OR MORE of these attributes to be color converted.static ColorConvertObjAttrsReturns the enum constant of this class with the specified name.static ColorConvertObjAttrs[]ColorConvertObjAttrs.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 ColorConvertObjAttrsModifier and TypeMethodDescriptionvoidColorConvertActions.setMustMatchAllAttrs(ColorConvertObjAttrs newAttrs) voidColorConvertActions.setMustMatchAnyAttrs(ColorConvertObjAttrs newAttrs)