java.lang.Objectcom.aspose.words.TextFormFieldType
public class TextFormFieldType
Field Summary | ||
---|---|---|
static final int | REGULAR | |
The text form field can contain any text. | ||
static final int | NUMBER | |
The text form field can contain only numbers. | ||
static final int | DATE | |
The text form field can contain only a valid date value. | ||
static final int | CURRENT_DATE | |
The text form field value is the current date when the field is updated. | ||
static final int | CURRENT_TIME | |
The text form field value is the current time when the field is updated. | ||
static final int | CALCULATED | |
The text form field value is calculated from the expression specified in
the |
Field Detail |
---|
REGULAR = 0 | |
public static final int REGULAR |
NUMBER = 1 | |
public static final int NUMBER |
DATE = 2 | |
public static final int DATE |
CURRENT_DATE = 3 | |
public static final int CURRENT_DATE |
CURRENT_TIME = 4 | |
public static final int CURRENT_TIME |
CALCULATED = 5 | |
public static final int CALCULATED |