formfieldtype-ag凯发旗舰厅
com.spire.doc.documents
enum formfieldtype
java.lang.object
java.lang.enum<formfieldtype>
com.spire.doc.documents.formfieldtype
- all implemented interfaces:
- java.lang.comparable<formfieldtype>
public enum formfieldtype
- extends java.lang.enum<formfieldtype>
specifies the type of a form field.
text_input
public static final formfieldtype text_input
- text form field.
check_box
public static final formfieldtype check_box
- check box form field.
drop_down
public static final formfieldtype drop_down
- drop-down form field.
getvalue
public int getvalue()