Package org.verapdf.model.pdlayer
Interface PDWidgetAnnot
widget annotation
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the parent struct element contains an Lbl childgetTU()the value of the /TU entry (Field type), in case this is the widget annotation representing the form field, or value of the parent's /TU entry, if this widget annotation is one of multiple children in a form fieldMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDAnnot
getAlt, getAP, getCA, getcontainsA, getcontainsAA, getcontainsC, getcontainsIC, getContents, getF, getFT, getheight, getisArtifact, getisOutsideCropBox, getN_type, getstructParentObjectKey, getstructParentStandardType, getstructParentType, getSubtype, getwidthMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Method Details
-
getTU
String getTU()the value of the /TU entry (Field type), in case this is the widget annotation representing the form field, or value of the parent's /TU entry, if this widget annotation is one of multiple children in a form field -
getcontainsLbl
Boolean getcontainsLbl()true if the parent struct element contains an Lbl child
-