Package org.verapdf.model.pdlayer
Interface PDStructTreeRoot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangethasContentItems()true if the structure element contains content items as its childrenStringgetkidsStandardTypes()ampersand separated list of child element types, role mapped to the standard typesStringgettopLevelFirstElementStandardType()standard type of the first kid-
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.PDObject
getentries
-
-
-
-
Method Detail
-
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
-
-