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 PdfAcroFormPdfDocument. acroFormThis is the AcroForm object.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfAcroForm Modifier and Type Method Description PdfAcroFormPdfDocument. getAcroForm()Gets the AcroForm object.PdfAcroFormPdfWriter. 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 PdfAcroFormPdfAnnotations. getAcroForm()Use this methods to get the AcroForm object.
-