Package org.verapdf.model.pdlayer
Interface PDXObject
-
- All Superinterfaces:
Object,PDObject,PDResource
- All Known Subinterfaces:
PDInlineImage,PDSMaskImage,PDXForm,PDXImage
public interface PDXObject extends PDResource
XObject resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsOPI()true if the XObject dictionary contains OPI entryBooleangetcontainsSMask()but ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionariesStringgetSubtype()subtype 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.PDResource
getisInherited
-
-
-
-
Method Detail
-
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()
but ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionaries
-
-