Uses of Class
org.apache.pdfbox.preflight.graphic.ColorSpaces
-
Packages that use ColorSpaces Package Description org.apache.pdfbox.preflight.graphic -
-
Uses of ColorSpaces in org.apache.pdfbox.preflight.graphic
Methods in org.apache.pdfbox.preflight.graphic that return ColorSpaces Modifier and Type Method Description static ColorSpaces
ColorSpaces. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColorSpaces[]
ColorSpaces. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-