pdftabledatasourcetype-ag凯发旗舰厅
com.spire.pdf.tables
enum pdftabledatasourcetype
java.lang.object
java.lang.enum<pdftabledatasourcetype>
com.spire.pdf.tables.pdftabledatasourcetype
- all implemented interfaces:
- java.lang.comparable<pdftabledatasourcetype>
public enum pdftabledatasourcetype
- extends java.lang.enum<pdftabledatasourcetype>
specifies the datasource type.
enum constant summary |
external
specifies that the pdftable has been binded to an external datasource. |
table_direct
specifies that the values are directly binded to the pdftable. |
method summary |
java.lang.string |
getname()
gets the name specifing the datasource type. |
int |
getvalue()
gets the value specifing the datasource type. |
external
public static final pdftabledatasourcetype external
- specifies that the pdftable has been binded to an external datasource.
table_direct
public static final pdftabledatasourcetype table_direct
- specifies that the values are directly binded to the pdftable.
getname
public java.lang.string getname()
- gets the name specifing the datasource type.
getvalue
public int getvalue()
- gets the value specifing the datasource type.