com.spire.pdf.utilities
Class PdfTable

java.lang.Object
  extended by com.spire.pdf.utilities.PdfTable

public class PdfTable
extends java.lang.Object

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

PdfTable

public PdfTable()
Method Detail

getRowCount

public int getRowCount()
Get the current table row count.

Returns:
The row count of the table.

getColumnCount

public int getColumnCount()
Get the current table column count.

Returns:
The column count of the table.

getText

public java.lang.String getText(int rowIndex,
                                int columnIndex)
Get value from the current table.

Parameters:
rowIndex - The row index,the index starts at 0
columnIndex - The column index,the index starts at 0
Returns: