FormType
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < FormType > com.aspose.pdf.FormType, java.lang.Enum < FormType >, com.aspose.pdf.FormType
All Implemented Interfaces: Serializable, Comparable < FormType >
public enum FormType extends Enum < FormType >
Enumeration of possible types of Acro Form.
Fields
| Field | Description |
|---|---|
| Dynamic | Dynamic XFA form. |
| Standard | Standard AcroForm. |
| Static | Static XFA form. |
Methods
| Method | Description |
|---|---|
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Dynamic
public static final FormType Dynamic
Dynamic XFA form.
Standard
public static final FormType Standard
Standard AcroForm.
Static
public static final FormType Static
Static XFA form.
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static FormType [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared