|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PdfTableHolder
Name: PdfTableHolder
Description: Interface for tags, holding PDF tables.
| Method Summary | |
|---|---|
boolean |
fitsPage()
Checks whether the table fits the current page or not. |
int |
getNumColumns()
Gets the number of columns, defined for the table. |
int |
getNumContentRows()
Gets the number of content rows, that have been added to the current table so far. |
boolean |
splitTable(boolean newPage,
boolean keepHeader)
Splits the table vertically. |
| Methods inherited from interface org.ujac.print.PdfCellContainer |
|---|
addCell, getCellAttributes, getPdfTable, getRemainingPdfColumns |
| Methods inherited from interface org.ujac.print.CommonAttributesHolder |
|---|
getLeading, getLineSpacing |
| Method Detail |
|---|
int getNumColumns()
int getNumContentRows()
boolean fitsPage()
throws DocumentHandlerException
DocumentHandlerException - In case something went wrong.
boolean splitTable(boolean newPage,
boolean keepHeader)
throws DocumentHandlerException
newPage - Tells whether to start a new page or not.keepHeader - Tells whether to keep the old header or not.
DocumentHandlerException - If something went wrong while splitting the table.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||