Package org.verapdf.model.selayer
Interface SEForm
- All Superinterfaces:
Object,PDObject,PDStructElem,PDStructTreeNode
-
Method Summary
Modifier and TypeMethodDescriptiontrue, if form element has only one child identifying the widget annotationvalue of the Role attribute, or null if this attribute is not presentnumber of widget annotations contained in a given Form structure elementMethods 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, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDStructElem
getActualText, getAlt, getcircularMappingExist, getcontainsLang, getcontainsParent, getE, getnamespaceAndTag, getparentLang, getparentStandardType, getremappedStandardType, getroleMapToSameNamespaceTag, getstandardType, getvalueSMethods inherited from interface org.verapdf.model.pdlayer.PDStructTreeNode
gethasContentItems, getkidsStandardTypes
-
Method Details
-
getroleAttribute
String getroleAttribute()value of the Role attribute, or null if this attribute is not present -
gethasOneInteractiveChild
Boolean gethasOneInteractiveChild()true, if form element has only one child identifying the widget annotation -
getwidgetAnnotsCount
Long getwidgetAnnotsCount()number of widget annotations contained in a given Form structure element
-