ASPOSE home

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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home