formfieldtype-ag凯发旗舰厅



com.spire.doc.documents
enum formfieldtype

java.lang.object
  extended by java.lang.enum<formfieldtype>
      extended by 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.


enum constant summary
check_box
          check box form field.
drop_down
          drop-down form field.
text_input
          text form field.
 
method summary
 int getvalue()
           
 
enum constant detail

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.
method detail

getvalue

public int getvalue()


网站地图