|
java.lang.Object
com.aspose.words.TextFormFieldType
public class TextFormFieldType - extends java.lang.Object
Utility class containing constants.
Specifies the type of a text form field.
|
Field Summary |
static final int | REGULAR_TEXT | |
|
Text form field can contain any text.
|
static final int | NUMBER_TEXT | |
|
Text form field can contain only numbers.
|
static final int | DATE_TEXT | |
|
Text for field can contain only a valid date value.
|
REGULAR_TEXT | |
public static final int REGULAR_TEXT |
-
Text form field can contain any text.
NUMBER_TEXT | |
public static final int NUMBER_TEXT |
-
Text form field can contain only numbers.
DATE_TEXT | |
public static final int DATE_TEXT |
-
Text for field can contain only a valid date value.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|