Package org.verapdf.model.pdlayer
Interface PDICCBasedCMYK
-
- All Superinterfaces:
Object,PDColorSpace,PDICCBased,PDObject,PDResource
public interface PDICCBasedCMYK extends PDICCBased
ICCBased CMYK colour space
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetOPM()the value of the OPM key (0 or 1)BooleangetoverprintFlag()(/OP if the colour space is used for stroke, and /op if it used for non-stroke operations)-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDColorSpace
getnrComponents
-
Methods inherited from interface org.verapdf.model.pdlayer.PDICCBased
getcurrentTransparencyICCProfileMD5, getcurrentTransparencyProfileIndirect, getICCProfileIndirect, getICCProfileMD5
-
Methods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
-