pdftabledatasourcetype-ag凯发旗舰厅



com.spire.pdf.tables
enum pdftabledatasourcetype

java.lang.object
  extended by java.lang.enum<pdftabledatasourcetype>
      extended by 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.
 
enum constant detail

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

getname

public java.lang.string getname()
gets the name specifing the datasource type.

getvalue

public int getvalue()
gets the value specifing the datasource type.


网站地图