Uses of Enum
org.apache.pdfbox.preflight.content.PreflightStreamEngine.ColorSpaceType
Packages that use PreflightStreamEngine.ColorSpaceType
-
Uses of PreflightStreamEngine.ColorSpaceType in org.apache.pdfbox.preflight.content
Methods in org.apache.pdfbox.preflight.content that return PreflightStreamEngine.ColorSpaceTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PreflightStreamEngine.ColorSpaceType[]PreflightStreamEngine.ColorSpaceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.preflight.content with parameters of type PreflightStreamEngine.ColorSpaceTypeModifier and TypeMethodDescriptionprivate booleanPreflightStreamEngine.isDeviceIndependent(PDColorSpace cs, PreflightStreamEngine.ColorSpaceType expectedIccType) private booleanPreflightStreamEngine.validColorSpace(PDColorSpace colorSpace, PreflightStreamEngine.ColorSpaceType expectedIccType) private booleanPreflightStreamEngine.validColorSpaceDestOutputProfile(PreflightStreamEngine.ColorSpaceType expectedType)