textformfieldtype-ag凯发旗舰厅
com.spire.doc
enum textformfieldtype
java.lang.object
java.lang.enum<textformfieldtype>
com.spire.doc.textformfieldtype
- all implemented interfaces:
- java.lang.comparable<textformfieldtype>
public enum textformfieldtype
- extends java.lang.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. |
regular_text
public static final textformfieldtype regular_text
- text form field can contain any text.
number_text
public static final textformfieldtype number_text
- text form field can contain only numbers.
date_text
public static final textformfieldtype date_text
- text for field can contain only a valid date value.
current_date
public static final textformfieldtype current_date
- the text form field value is the current date when the field is updated.
current_time
public static final textformfieldtype current_time
- the text form field value is the current time when the field is updated.
calculation
public static final textformfieldtype calculation
- the text form field value is calculated from the expression specified in
the formfield.textinputdefault property.
getvalue
public int getvalue()