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 (package private) PdfAcroForm
PdfDocument. getAcroForm()
Gets the AcroForm object.PdfAcroForm
PdfWriter. 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 PdfAcroForm
PdfAnnotations. 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 PdfAcroForm
PdfAnnotationsImp. acroForm
This is the AcroForm object for the complete document.Methods in com.itextpdf.text.pdf.internal that return PdfAcroForm Modifier and Type Method Description PdfAcroForm
PdfAnnotationsImp. getAcroForm()
Gets the AcroForm object.
-