com.aspose.words
Class TextFormFieldType

java.lang.Object
    extended by 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 intREGULAR_TEXT
           Text form field can contain any text.
static final intNUMBER_TEXT
           Text form field can contain only numbers.
static final intDATE_TEXT
           Text for field can contain only a valid date value.
 

Field Detail

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.