com.spire.doc.documents
Enum FormFieldType

java.lang.Object
  extended by java.lang.Enum<FormFieldType>
      extended by com.spire.doc.documents.FormFieldType
All Implemented Interfaces:
java.lang.Comparable<FormFieldType>

public enum FormFieldType
extends java.lang.Enum<FormFieldType>

Specifies the type of a form field.


Enum Constant Summary
Check_Box
          Check box form field.
Drop_Down
          Drop-down form field.
Text_Input
          Text form field.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Text_Input

public static final FormFieldType Text_Input
Text form field.


Check_Box

public static final FormFieldType Check_Box
Check box form field.


Drop_Down

public static final FormFieldType Drop_Down
Drop-down form field.

Method Detail

getValue

public int getValue()