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 voidIPdfFormVisitor. visitFormField(IPdfAcroField field, IPdfPage page)Called when a form field is encountered in the PDF document.voidIPdfFormVisitor. visitImage(IPdfImage image, IPdfPage page)Called when an image is encountered in the PDF document.voidIPdfFormVisitor. visitLine(IPdfLine line, IPdfPage page)Called when a piece of plain text is encountered in the PDF document.voidIPdfFormVisitor. visitPage(IPdfPage page)Called when a page is encountered in the PDF document.
-