Uses of Class org.pdfbox.pdmodel.interactive.form.PDAcroForm

Uses in package org.pdfbox.pdmodel

Methods with parameter type org.pdfbox.pdmodel.interactive.form.PDAcroForm

void
Set the acro form for this catalog.

Methods with return type org.pdfbox.pdmodel.interactive.form.PDAcroForm

PDAcroForm
This will get the documents acroform.

Uses in package org.pdfbox.pdmodel.interactive.form

Constructors with parameter type org.pdfbox.pdmodel.interactive.form.PDAcroForm

Constructs a COSAppearnce from the given field.
PDField.PDField(PDAcroForm theAcroForm)
Constructor.
PDField.PDField(PDAcroForm theAcroForm, COSDictionary field)
Creates a COSField from a COSDictionary, expected to be a correct object definition for a field in PDF.

Methods with parameter type org.pdfbox.pdmodel.interactive.form.PDAcroForm

PDField
This method creates a COSField subclass from the given field.
void
This will set the form this field is on.

Methods with return type org.pdfbox.pdmodel.interactive.form.PDAcroForm

PDAcroForm
This will get the acroform that this field is part of.