Package org.verapdf.model.pdlayer
Interface PDWidgetAnnot
-
- All Known Implementing Classes:
GFPDWidgetAnnot
public interface PDWidgetAnnot extends PDAnnot
widget annotation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTU()or value of the parent's /TU entry, if this widget annotation is one of multiple children in a form field-
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.PDAnnot
getAlt, getAP, getCA, getcontainsA, getcontainsAA, getContents, getF, getFT, getheight, getisOutsideCropBox, getN_type, getstructParentType, getSubtype, getwidth
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Method Detail
-
getTU
String getTU()
or value of the parent's /TU entry, if this widget annotation is one of multiple children in a form field
-
-