Methods
getWidget()
- Description:
- 获取表单域的widget注释。
- Deprecated:
- 请使用 PDFField#getWidget 代替。
getWidgetAnnot()
- Description:
- 获取widget数据。数据将以JSON数组返回,并且具体的数据格式将按照”注释数据规范“中描述的返回。
- Deprecated:
- 请使用 PDFField#getWidget 代替。
setDefaultAppearance()
- Description:
- 设置表单域的默认外观。
- Deprecated:
- 请使用 Widget#setDefaultAppearance 代替。