DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.forms
Class FormExportFormat

java.lang.Object
  extended by com.cete.dynamicpdf.Enums
      extended by com.cete.dynamicpdf.pageelements.forms.FormExportFormat

public final class FormExportFormat
extends Enums

Represents the forms export formats.


Field Summary
static FormExportFormat FDF
          If set, they are submitted in Forms Data Format (FDF).
static FormExportFormat HTML_GET
          If set, field names and values are submitted in HTML Form format.
static FormExportFormat HTML_POST
          If set, field names and values are submitted in HTML Form format.
static FormExportFormat PDF
          If set, the document is submitted in PDF format, using the MIME content type application/pdf.
static FormExportFormat XML
          If set, field names and values are submitted in XML format.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getName()
          Gets the enumeration constant name.
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class com.cete.dynamicpdf.Enums
and, getValue, or, xor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HTML_POST

public static final FormExportFormat HTML_POST
If set, field names and values are submitted in HTML Form format. Using a POST request. By default, it is set.


HTML_GET

public static final FormExportFormat HTML_GET
If set, field names and values are submitted in HTML Form format. Using a GET request.


FDF

public static final FormExportFormat FDF
If set, they are submitted in Forms Data Format (FDF).


XML

public static final FormExportFormat XML
If set, field names and values are submitted in XML format.


PDF

public static final FormExportFormat PDF
If set, the document is submitted in PDF format, using the MIME content type application/pdf.

Method Detail

getName

public java.lang.String getName()
Gets the enumeration constant name.

Specified by:
getName in class Enums
Returns:
Returns the name of this enumeration constant.

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
Returns:
true if this object is the same as the obj argument; false otherwise.

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the object.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software