Package | Description |
---|---|
com.itextpdf.layout.element | |
com.itextpdf.layout.renderer |
Modifier and Type | Method and Description |
---|---|
|
Table.addCell(BlockElement
Adds a new cell with received blockElement as a content.
|
Table |
Table.addCell(Cell cell)
Adds a new cell to the table.
|
Table |
Table.addCell(Image image)
Adds a new cell with received image as a content.
|
Table |
Table.addCell(String content)
Adds a new cell with received string as a content.
|
|
Table.addFooterCell(BlockElement
Adds a new cell with received blockElement as a content to the footer of the table.
|
Table |
Table.addFooterCell(Cell footerCell)
Adds a new cell to the footer of the table.
|
Table |
Table.addFooterCell(Image image)
Adds a new cell with received image as a content to the footer of the table.
|
Table |
Table.addFooterCell(String content)
Adds a new cell with received string as a content to the footer of the table.
|
|
Table.addHeaderCell(BlockElement
Adds a new cell with received blockElement as a content to the header of the table.
|
Table |
Table.addHeaderCell(Cell headerCell)
Adds a new cell to the header of the table.
|
Table |
Table.addHeaderCell(Image image)
Adds a new cell with received image to the header of the table.
|
Table |
Table.addHeaderCell(String content)
Adds a new cell with received string as a content to the header of the table.
|
Table |
Table.getFooter()
Gets the footer of the table.
|
Table |
Table.getHeader()
Gets the header of the table.
|
Table |
Table.setAutoLayout()
Set auto layout.
|
Table |
Table.setExtendBottomRow(boolean isExtended) |
Table |
Table.setExtendBottomRowOnSplit(boolean isExtended) |
Table |
Table.setFixedLayout()
Set fixed layout.
|
Table |
Table.setSkipFirstHeader(boolean skipFirstHeader)
Skips the printing of the first header.
|
Table |
Table.setSkipLastFooter(boolean skipLastFooter)
Skips the printing of the last footer.
|
Table |
Table.startNewRow()
Starts new row.
|
Table |
Table.useAllAvailableWidth()
Set Property.WIDTH = 100%.
|
Modifier and Type | Method and Description |
---|---|
protected float[] |
TableRenderer.calculateScaledColumnWidths(Table tableModel, float tableWidth)
Deprecated.
Method will be removed in 7.1.
|
Constructor and Description |
---|
TableRenderer(Table modelElement)
Creates a TableRenderer from a Table .
|
TableRenderer(Table modelElement, Table.RowRange rowRange)
Creates a TableRenderer from a Table which will partially render the table.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.