Uses of Interface
de.xima.fc.pdf.form.IPdfPage
-
Packages that use IPdfPage Package Description de.xima.fc.pdf.form -
-
Uses of IPdfPage in de.xima.fc.pdf.form
Methods in de.xima.fc.pdf.form with parameters of type IPdfPage Modifier and Type Method Description void
IPdfFormVisitor. visitFormField(IPdfAcroField field, IPdfPage page)
Called when a form field is encountered in the PDF document.void
IPdfFormVisitor. visitImage(IPdfImage image, IPdfPage page)
Called when an image is encountered in the PDF document.void
IPdfFormVisitor. visitLine(IPdfLine line, IPdfPage page)
Called when a piece of plain text is encountered in the PDF document.void
IPdfFormVisitor. visitPage(IPdfPage page)
Called when a page is encountered in the PDF document.
-