|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfTableDataSourceType>
com.spire.pdf.tables.PdfTableDataSourceType
public 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 |
---|
public static final PdfTableDataSourceType External
public static final PdfTableDataSourceType Table_Direct
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |