Package org.verapdf.model.pdlayer
Interface PDXForm
-
- All Superinterfaces:
Object,PDObject,PDResource,PDXObject
public interface PDXForm extends PDXObject
Form XObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsPS()true if the form XObjct dictionary contains PS entryBooleangetcontainsRef()true if the form XObject dictionary contains Ref keyBooleangetisUniqueSemanticParent()false, if Form XObject contains MCIDs and is referenced more than onceStringgetSubtype2()value of the Subtype2 key-
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
-
Methods inherited from interface org.verapdf.model.pdlayer.PDXObject
getcontainsOPI, getcontainsSMask, getSubtype
-
-
-
-
Method Detail
-
getSubtype2
String getSubtype2()
value of the Subtype2 key
-
getcontainsPS
Boolean getcontainsPS()
true if the form XObjct 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
-
-