| 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) | 
| 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) | 
| Table | Table. setExtendBottomRowOnSplit(boolean isExtended) | 
| 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  Tablewhich will partially render the table. | 
Copyright © 1998–2019 iText Group NV. All rights reserved.