Package org.verapdf.model.pdlayer
Interface PDXObject
- All Superinterfaces:
Object
,PDObject
,PDResource
- All Known Subinterfaces:
PDInlineImage
,PDSMaskImage
,PDXForm
,PDXImage
- All Known Implementing Classes:
GFPDInlineImage
,GFPDSMaskImage
,GFPDXForm
,GFPDXImage
,GFPDXObject
XObject resource
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the XObject dictionary contains OPI entrytrue if the XObject dictionary contains SMask entry according to the PDF Specification this key may be present only in the Image dictionary, but ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionariessubtype of the XObject resource (Image, Form, PS)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.PDObject
getentries, getobjectKey
Methods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Method Details
-
getSubtype
String getSubtype()subtype of the XObject resource (Image, Form, PS) -
getcontainsOPI
Boolean getcontainsOPI()true if the XObject dictionary contains OPI entry -
getcontainsSMask
Boolean getcontainsSMask()true if the XObject dictionary contains SMask entry according to the PDF Specification this key may be present only in the Image dictionary, but ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionaries
-