Class GFABead
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFABead
-
-
Field Summary
-
Fields inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
baseObject, keyName, parentObject, PDF_DATE_FORMAT_REGEX
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsN()BooleangetcontainsP()BooleangetcontainsR()BooleangetcontainsT()BooleangetcontainsType()BooleangetcontainsV()BooleangetisNIndirect()BooleangetisPIndirect()BooleangetisTIndirect()BooleangetisVIndirect()List<? extends Object>getLinkedObjects(String link)BooleangetNHasTypeDictionary()COSObjectgetNValue()BooleangetPHasTypeDictionary()COSObjectgetPValue()BooleangetRHasTypeRectangle()COSObjectgetRValue()BooleangetTHasTypeDictionary()COSObjectgetTValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()BooleangetVHasTypeDictionary()COSObjectgetVValue()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, getPageObject, getsize, hasCycle, setKeysSet
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getcontainsN
public Boolean getcontainsN()
- Specified by:
getcontainsNin interfaceABead
-
getNValue
public COSObject getNValue()
-
getisNIndirect
public Boolean getisNIndirect()
- Specified by:
getisNIndirectin interfaceABead
-
getNHasTypeDictionary
public Boolean getNHasTypeDictionary()
- Specified by:
getNHasTypeDictionaryin interfaceABead
-
getcontainsP
public Boolean getcontainsP()
- Specified by:
getcontainsPin interfaceABead
-
getPValue
public COSObject getPValue()
-
getisPIndirect
public Boolean getisPIndirect()
- Specified by:
getisPIndirectin interfaceABead
-
getPHasTypeDictionary
public Boolean getPHasTypeDictionary()
- Specified by:
getPHasTypeDictionaryin interfaceABead
-
getcontainsR
public Boolean getcontainsR()
- Specified by:
getcontainsRin interfaceABead
-
getRValue
public COSObject getRValue()
-
getRHasTypeRectangle
public Boolean getRHasTypeRectangle()
- Specified by:
getRHasTypeRectanglein interfaceABead
-
getcontainsT
public Boolean getcontainsT()
- Specified by:
getcontainsTin interfaceABead
-
getTValue
public COSObject getTValue()
-
getisTIndirect
public Boolean getisTIndirect()
- Specified by:
getisTIndirectin interfaceABead
-
getTHasTypeDictionary
public Boolean getTHasTypeDictionary()
- Specified by:
getTHasTypeDictionaryin interfaceABead
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceABead
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceABead
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceABead
-
getcontainsV
public Boolean getcontainsV()
- Specified by:
getcontainsVin interfaceABead
-
getVValue
public COSObject getVValue()
-
getisVIndirect
public Boolean getisVIndirect()
- Specified by:
getisVIndirectin interfaceABead
-
getVHasTypeDictionary
public Boolean getVHasTypeDictionary()
- Specified by:
getVHasTypeDictionaryin interfaceABead
-
-