@Deprecated public class PDFColumn extends Object implements IPDFColumn
| Constructor and Description |
|---|
PDFColumn(int columnIndex)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex()
Deprecated.
|
PDFCell |
getPDFCell(int rowIndex)
Deprecated.
Get PDF Cell (internal method)
|
IPDFImageCell |
getPDFImageCell(int rowIndex)
Deprecated.
Get image cell
|
IPDFTextCell |
getPDFTextCell(int rowIndex)
Deprecated.
|
int |
getRowCount()
Deprecated.
|
public int getColumnIndex()
public IPDFTextCell getPDFTextCell(int rowIndex)
getPDFTextCell in interface IPDFColumnrowIndex - public IPDFImageCell getPDFImageCell(int rowIndex)
getPDFImageCell in interface IPDFColumnrowIndex - public PDFCell getPDFCell(int rowIndex)
rowIndex - public int getRowCount()