FormType

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

FieldDescription
DynamicDynamic XFA form.
StandardStandard AcroForm.
StaticStatic XFA form.

Methods

MethodDescription
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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