Package org.verapdf.model.pdlayer
Interface PDStructTreeRoot
the structure tree root dictionary
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the structure element contains content items as its childrenampersand separated list of child element types, role mapped to the standard typesstandard type of the first kidMethods 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
-
Method Details
-
gettopLevelFirstElementStandardType
String gettopLevelFirstElementStandardType()standard type of the first kid -
getkidsStandardTypes
String getkidsStandardTypes()ampersand separated list of child element types, role mapped to the standard types -
gethasContentItems
Boolean gethasContentItems()true if the structure element contains content items as its children
-