Uses of Class
com.itextpdf.text.pdf.PdfAcroForm
-
Packages that use PdfAcroForm Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.interfaces com.itextpdf.text.pdf.internal -
-
Uses of PdfAcroForm in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfAcroForm Modifier and Type Method Description PdfAcroFormPdfWriter. getAcroForm() -
Uses of PdfAcroForm in com.itextpdf.text.pdf.interfaces
Methods in com.itextpdf.text.pdf.interfaces that return PdfAcroForm Modifier and Type Method Description PdfAcroFormPdfAnnotations. getAcroForm()Use this methods to get the AcroForm object. -
Uses of PdfAcroForm in com.itextpdf.text.pdf.internal
Fields in com.itextpdf.text.pdf.internal declared as PdfAcroForm Modifier and Type Field Description protected PdfAcroFormPdfAnnotationsImp. acroFormThis is the AcroForm object for the complete document.Methods in com.itextpdf.text.pdf.internal that return PdfAcroForm Modifier and Type Method Description PdfAcroFormPdfAnnotationsImp. getAcroForm()Gets the AcroForm object.
-