Package org.verapdf.model.alayer
Interface AAddActionCatalog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsDC()BooleangetcontainsDP()BooleangetcontainsDS()BooleangetcontainsWP()BooleangetcontainsWS()BooleangetDCHasTypeDictionary()BooleangetDPHasTypeDictionary()BooleangetDSHasTypeDictionary()BooleangetWPHasTypeDictionary()BooleangetWSHasTypeDictionary()-
Methods inherited from interface org.verapdf.model.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getcontainsDC
Boolean getcontainsDC()
-
getDCHasTypeDictionary
Boolean getDCHasTypeDictionary()
-
getcontainsDP
Boolean getcontainsDP()
-
getDPHasTypeDictionary
Boolean getDPHasTypeDictionary()
-
getcontainsDS
Boolean getcontainsDS()
-
getDSHasTypeDictionary
Boolean getDSHasTypeDictionary()
-
getcontainsWP
Boolean getcontainsWP()
-
getWPHasTypeDictionary
Boolean getWPHasTypeDictionary()
-
getcontainsWS
Boolean getcontainsWS()
-
getWSHasTypeDictionary
Boolean getWSHasTypeDictionary()
-
-