Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.form |
Modifier and Type | Method and Description |
---|---|
Progress |
PDFPage.startRenderFormControls(RenderContext context,
Renderer render,
PDFFormControl[] formControls)
Start rendering a PDF form control in a renderer with a PDF rendering
context.
|
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.
|
PDFFormControl |
PDFFormField.getControl(PDFPage page,
int index)
Get a form control which belongs to the specified fields in the specified page.
|
PDFFormControl |
PDFForm.getControlAtDevicePos(PDFPage page,
android.graphics.Matrix matrix,
android.graphics.Point point,
float tolerance,
int typeFilter)
Retrieve a form control which locates at a specific device position in the
form.
|
PDFFormControl |
PDFForm.getControlAtPos(PDFPage page,
android.graphics.PointF point,
float tolerance,
int typeFilter)
Retrieve a form control at a specific position in the form.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFFormField.removeControl(PDFFormControl control)
Remove a form control from current form field.
|