Class GFAPageTreeNode
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAPageTreeNode
-
- All Implemented Interfaces:
AObject,APageTreeNode,Object
public class GFAPageTreeNode extends GFAObject implements APageTreeNode
-
-
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
-
-
Constructor Summary
Constructors Constructor Description GFAPageTreeNode(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
-
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
-
getcontainsCount
public Boolean getcontainsCount()
- Specified by:
getcontainsCountin interfaceAPageTreeNode
-
getCountValue
public COSObject getCountValue()
-
getCountHasTypeInteger
public Boolean getCountHasTypeInteger()
- Specified by:
getCountHasTypeIntegerin interfaceAPageTreeNode
-
getCountIntegerValue
public Long getCountIntegerValue()
- Specified by:
getCountIntegerValuein interfaceAPageTreeNode
-
getcontainsCropBox
public Boolean getcontainsCropBox()
- Specified by:
getcontainsCropBoxin interfaceAPageTreeNode
-
getCropBoxValue
public COSObject getCropBoxValue()
-
getCropBoxHasTypeRectangle
public Boolean getCropBoxHasTypeRectangle()
- Specified by:
getCropBoxHasTypeRectanglein interfaceAPageTreeNode
-
getcontainsKids
public Boolean getcontainsKids()
- Specified by:
getcontainsKidsin interfaceAPageTreeNode
-
getKidsValue
public COSObject getKidsValue()
-
getKidsHasTypeArray
public Boolean getKidsHasTypeArray()
- Specified by:
getKidsHasTypeArrayin interfaceAPageTreeNode
-
getcontainsMediaBox
public Boolean getcontainsMediaBox()
- Specified by:
getcontainsMediaBoxin interfaceAPageTreeNode
-
getMediaBoxValue
public COSObject getMediaBoxValue()
-
getMediaBoxHasTypeRectangle
public Boolean getMediaBoxHasTypeRectangle()
- Specified by:
getMediaBoxHasTypeRectanglein interfaceAPageTreeNode
-
getcontainsParent
public Boolean getcontainsParent()
- Specified by:
getcontainsParentin interfaceAPageTreeNode
-
getParentValue
public COSObject getParentValue()
-
getisParentIndirect
public Boolean getisParentIndirect()
- Specified by:
getisParentIndirectin interfaceAPageTreeNode
-
getParentHasTypeDictionary
public Boolean getParentHasTypeDictionary()
- Specified by:
getParentHasTypeDictionaryin interfaceAPageTreeNode
-
getcontainsResources
public Boolean getcontainsResources()
- Specified by:
getcontainsResourcesin interfaceAPageTreeNode
-
getResourcesValue
public COSObject getResourcesValue()
-
getResourcesHasTypeDictionary
public Boolean getResourcesHasTypeDictionary()
- Specified by:
getResourcesHasTypeDictionaryin interfaceAPageTreeNode
-
getcontainsRotate
public Boolean getcontainsRotate()
- Specified by:
getcontainsRotatein interfaceAPageTreeNode
-
getRotateDefaultValue
public COSObject getRotateDefaultValue()
-
getRotateValue
public COSObject getRotateValue()
-
getRotateHasTypeInteger
public Boolean getRotateHasTypeInteger()
- Specified by:
getRotateHasTypeIntegerin interfaceAPageTreeNode
-
getRotateIntegerValue
public Long getRotateIntegerValue()
- Specified by:
getRotateIntegerValuein interfaceAPageTreeNode
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAPageTreeNode
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAPageTreeNode
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAPageTreeNode
-
-