<T extends IElement> Table |
Table.addCell(BlockElement<T> 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(java.lang.String content) |
Adds a new cell with received string as a content.
|
<T extends IElement> Table |
Table.addFooterCell(BlockElement<T> 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(java.lang.String content) |
Adds a new cell with received string as a content to the footer of the table.
|
<T extends IElement> Table |
Table.addHeaderCell(BlockElement<T> 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(java.lang.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) |
Sets the horizontal spacing between this table 's cells .
|
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) |
Sets the vertical spacing between this table 's cells .
|
Table |
Table.startNewRow() |
Starts new row.
|
Table |
Table.useAllAvailableWidth() |
|