Package org.verapdf.model.pdlayer
Interface PDXForm
- All Superinterfaces:
Object,PDObject,PDResource,PDXObject
Form XObject
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the form XObject dictionary contains PS entrytrue if the form XObject dictionary contains Ref keyfalse, if Form XObject contains MCIDs and is referenced more than oncevalue of the Subtype2 keyMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInheritedMethods inherited from interface org.verapdf.model.pdlayer.PDXObject
getcontainsOPI, getcontainsSMask, getSubtype
-
Method Details
-
getSubtype2
String getSubtype2()value of the Subtype2 key -
getcontainsPS
Boolean getcontainsPS()true if the form XObject dictionary contains PS entry -
getcontainsRef
Boolean getcontainsRef()true if the form XObject dictionary contains Ref key -
getisUniqueSemanticParent
Boolean getisUniqueSemanticParent()false, if Form XObject contains MCIDs and is referenced more than once
-