com.spire.pdf.fields
Class PdfForm

java.lang.Object
  extended by com.spire.pdf.fields.PdfForm
All Implemented Interfaces:
IPdfWrapper
Direct Known Subclasses:
PdfFormWidget

public class PdfForm
extends java.lang.Object
implements IPdfWrapper

Represents interactive form of the Pdf document.


Constructor Summary
PdfForm()
          Initializes a new instance of the class.
 
Method Summary
 PdfFormFieldCollection getFields()
          Gets the fields.
 boolean isFlatten()
          Gets a value indicating whether this is flatten.
 void isFlatten(boolean value)
          Sets a value indicating whether this is flatten.
 

Constructor Detail

PdfForm

public PdfForm()
Initializes a new instance of the class.

Method Detail

getFields

public PdfFormFieldCollection getFields()
Gets the fields.


isFlatten

public boolean isFlatten()
Gets a value indicating whether this is flatten.


isFlatten

public void isFlatten(boolean value)
Sets a value indicating whether this is flatten.