|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextFormFieldType>
com.spire.doc.TextFormFieldType
public enum TextFormFieldType
Specifies the type of a text form field.
Enum Constant Summary | |
---|---|
Calculation
The text form field value is calculated from the expression specified in the FormField.TextInputDefault property. |
|
Current_Date
The text form field value is the current date when the field is updated. |
|
Current_Time
The text form field value is the current time when the field is updated. |
|
Date_Text
Text for field can contain only a valid date value. |
|
Number_Text
Text form field can contain only numbers. |
|
Regular_Text
Text form field can contain any text. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final TextFormFieldType Regular_Text
public static final TextFormFieldType Number_Text
public static final TextFormFieldType Date_Text
public static final TextFormFieldType Current_Date
public static final TextFormFieldType Current_Time
public static final TextFormFieldType Calculation
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |