Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfAcroForm
-
Packages that use PdfAcroForm Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces -
-
Uses of PdfAcroForm in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfAcroForm Modifier and Type Field Description private PdfAcroForm
PdfDocument. acroForm
This is the AcroForm object.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfAcroForm Modifier and Type Method Description PdfAcroForm
PdfDocument. getAcroForm()
Gets the AcroForm object.PdfAcroForm
PdfWriter. getAcroForm()
Gets the AcroForm object. -
Uses of PdfAcroForm in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces that return PdfAcroForm Modifier and Type Method Description PdfAcroForm
PdfAnnotations. getAcroForm()
Use this methods to get the AcroForm object.
-