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.setBorderCollapse(BorderCollapsePropertyValue collapsePropertyValue)
Sets the type of border collapse.
|
Table |
Table.setCaption(Div caption)
Sets the table's caption.
|
Table |
Table.setCaption(Div caption, CaptionSide side)
Sets the table's caption and its caption side.
|
Table |
Table.setExtendBottomRow(boolean isExtended)
Defines whether the Table should be extended to occupy all the space left in the available area in case it is the last element in this area.
|
Table |
Table.setExtendBottomRowOnSplit(boolean isExtended)
Defines whether the Table should be extended to occupy all the space left in the available area in case the area has been split and it is the last element in the split part of this area.
|
Table |
Table.setFixedLayout()
Set fixed layout.
|
Table |
Table.setHorizontalBorderSpacing(float spacing)
|
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.setVerticalBorderSpacing(float spacing)
|
Table |
Table.startNewRow()
Starts new row.
|
Table |
Table.useAllAvailableWidth()
Set Property.WIDTH = 100%.
|
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–2022 iText Group NV. All rights reserved.