@Deprecated public class PDFGrid extends Object implements IPDFGrid
| Constructor and Description |
|---|
PDFGrid(int[] columnsPerPage)
Deprecated.
PDFGrid, specified by the number of columns per page (all columns same width)
|
PDFGrid(int[] columnsPerPage,
float[] columnWidths)
Deprecated.
PDFGrid, specified by the number of columns per page and the width ratio per column
|
| Modifier and Type | Method and Description |
|---|---|
PDFColumn |
getColumn(int columnIndex)
Deprecated.
|
List<PDFColumn> |
getColumns()
Deprecated.
|
int[] |
getColumnsPerPage()
Deprecated.
|
float[] |
getColumnWidths()
Deprecated.
|
com.lowagie.text.pdf.PdfPCell |
getDefaultImageCell(PDFImageCell cell)
Deprecated.
|
IPDFImageCellStyle |
getDefaultImageCellStyle()
Deprecated.
|
com.lowagie.text.pdf.PdfPCell |
getDefaultTextCell(PDFTextCell cell)
Deprecated.
|
IPDFTextCellStyle |
getDefaultTextCellStyle()
Deprecated.
|
void |
setColumnsPerPage(int[] columnsPerPage)
Deprecated.
|
void |
setColumnWidths(float[] columnWidths)
Deprecated.
|
void |
setDefaultImageCellStyle(IPDFImageCellStyle defaultImageStyle)
Deprecated.
|
void |
setDefaultTextCellStyle(IPDFTextCellStyle defaultTextStyle)
Deprecated.
|
public PDFGrid(int[] columnsPerPage,
float[] columnWidths)
columnsPerPage - columnWidths - public PDFGrid(int[] columnsPerPage)
columnsPerPage - public IPDFTextCellStyle getDefaultTextCellStyle()
getDefaultTextCellStyle in interface IPDFGridpublic void setDefaultTextCellStyle(IPDFTextCellStyle defaultTextStyle)
setDefaultTextCellStyle in interface IPDFGriddefaultCellStyle - the defaultCellStyle to setpublic IPDFImageCellStyle getDefaultImageCellStyle()
getDefaultImageCellStyle in interface IPDFGridpublic void setDefaultImageCellStyle(IPDFImageCellStyle defaultImageStyle)
setDefaultImageCellStyle in interface IPDFGriddefaultCellStyle - the defaultCellStyle to setpublic int[] getColumnsPerPage()
public void setColumnsPerPage(int[] columnsPerPage)
columnsPerPage - the columns per pagepublic float[] getColumnWidths()
public void setColumnWidths(float[] columnWidths)
columnsPerPage - the columns per pagepublic PDFColumn getColumn(int columnIndex)
public com.lowagie.text.pdf.PdfPCell getDefaultTextCell(PDFTextCell cell)
public com.lowagie.text.pdf.PdfPCell getDefaultImageCell(PDFImageCell cell)