Uses of Class
com.itextpdf.layout.element.Table
Packages that use Table
Package
Description
-
Uses of Table in com.itextpdf.layout.element
Fields in com.itextpdf.layout.element declared as TableMethods in com.itextpdf.layout.element that return TableModifier and TypeMethodDescriptionTable.addCell
(BlockElement<T> 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.Table.addFooterCell
(BlockElement<T> 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.Table.addHeaderCell
(BlockElement<T> 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
Methods in com.itextpdf.layout.renderer that return TableModifier and TypeMethodDescription(package private) Table
TableRenderer.getTable()
private Table
TableWidths.getTable()
Constructors in com.itextpdf.layout.renderer with parameters of type TableModifierConstructorDescriptionTableRenderer
(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
Fields in com.itextpdf.pdfua.checkers.utils.tables declared as TableMethods in com.itextpdf.pdfua.checkers.utils.tables with parameters of type TableModifier and TypeMethodDescriptionvoid
TableCheckUtil.checkTable
(Table table) Checks if the table is pdf/ua compliant.Constructors in com.itextpdf.pdfua.checkers.utils.tables with parameters of type TableModifierConstructorDescriptionCellResultMatrix
(Table table, PdfUAValidationContext context) Creates a newCellResultMatrix
instance.TableCellIterator
(Table table, PdfUAValidationContext context) Creates a newTableCellIterator
instance.