Uses of Class
com.itextpdf.layout.element.Table
Package
Description
-
Uses of Table in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionIElement>
TableTable.addCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content.Adds a new cell to the table.Adds a new cell with received image as a content.Adds a new cell with received string as a content.IElement>
TableTable.addFooterCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content to the footer of the table.Table.addFooterCell
(Cell footerCell) Adds a new cell to the footer of the table.Table.addFooterCell
(Image image) Adds a new cell with received image as a content to the footer of the table.Table.addFooterCell
(String content) Adds a new cell with received string as a content to the footer of the table.IElement>
TableTable.addHeaderCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content to the header of the table.Table.addHeaderCell
(Cell headerCell) Adds a new cell to the header of the table.Table.addHeaderCell
(Image image) Adds a new cell with received image to the header of the table.Table.addHeaderCell
(String content) Adds a new cell with received string as a content to the header of the table.Table.getFooter()
Gets the footer of the table.Table.getHeader()
Gets the header of the table.Table.setAutoLayout()
Set auto layout.Table.setBorderCollapse
(BorderCollapsePropertyValue collapsePropertyValue) Sets the type of border collapse.Table.setCaption
(Div caption) Sets the table's caption.Table.setCaption
(Div caption, CaptionSide side) Sets the table's caption and its caption side.Table.setExtendBottomRow
(boolean isExtended) Defines whether theTable
should be extended to occupy all the space left in the available area in case it is the last element in this area.Table.setExtendBottomRowOnSplit
(boolean isExtended) Defines whether theTable
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.setFixedLayout()
Set fixed layout.Table.setHorizontalBorderSpacing
(float spacing) Table.setSkipFirstHeader
(boolean skipFirstHeader) Skips the printing of the first header.Table.setSkipLastFooter
(boolean skipLastFooter) Skips the printing of the last footer.Table.setVerticalBorderSpacing
(float spacing) Table.startNewRow()
Starts new row.Table.useAllAvailableWidth()
SetProperty.WIDTH
= 100%. -
Uses of Table in com.itextpdf.layout.renderer
ModifierConstructorDescriptionTableRenderer
(Table modelElement) Creates a TableRenderer from aTable
.TableRenderer
(Table modelElement, Table.RowRange rowRange) Creates a TableRenderer from aTable
which will partially render the table. -
Uses of Table in com.itextpdf.pdfua.checkers.utils.tables
Modifier and TypeMethodDescriptionvoid
TableCheckUtil.checkTable
(Table table) Checks if the table is pdf/ua compliant.