Package | Description |
---|---|
com.foxit.gsdk.pdf.form |
Modifier and Type | Method and Description |
---|---|
PDFFormField |
PDFForm.getField(java.lang.String filter,
int index)
Get the fields with specified filter and index.
|
Modifier and Type | Method and Description |
---|---|
PDFFormControl |
PDFForm.addField(PDFPage page,
PDFFormField field,
android.graphics.RectF rect)
Add a form field to arco form, and also create a new form control with
the field.
|
void |
PDFForm.removeField(PDFFormField field)
Remove a form field from arco form.
|