|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.FormFieldType
public class FormFieldType
Enumerates the form field types.
Field Summary | |
---|---|
static FormFieldType |
CheckBox
CheckBox form field type. |
static FormFieldType |
Combo
Combo form field type. |
static FormFieldType |
List
List form field type. |
static FormFieldType |
RadioButton
RadioButton form field type. |
static FormFieldType |
Text
Text form field type. |
Method Summary |
---|
Methods inherited from class aspose.pdf.EnumerationBase |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FormFieldType Text
public static final FormFieldType Combo
public static final FormFieldType CheckBox
public static final FormFieldType List
public static final FormFieldType RadioButton
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |