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 |
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,
Matrix matrix,
java.awt.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,
java.awt.geom.Point2D.Float point,
float tolerance,
int typeFilter)
Retrieve a form control at a specific position in the form.
|