|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.utilities.PdfTable
public class PdfTable
Define pdf table
| Constructor Summary | |
|---|---|
PdfTable()
|
|
| Method Summary | |
|---|---|
int |
getColumnCount()
Get the current table column count. |
int |
getRowCount()
Get the current table row count. |
java.lang.String |
getText(int rowIndex,
int columnIndex)
Get value from the current table. |
| Constructor Detail |
|---|
public PdfTable()
| Method Detail |
|---|
public int getRowCount()
public int getColumnCount()
public java.lang.String getText(int rowIndex,
int columnIndex)
rowIndex - The row index,the index starts at 0columnIndex - The column index,the index starts at 0
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||