org.jfree.report.modules.misc.autotable
public class AutoTableElement extends Element
| Constructor Summary | |
|---|---|
| AutoTableElement() | |
| Method Summary | |
|---|---|
| void | addContent(Section cellElement) |
| void | addFooter(Section footerCellElement) |
| void | addHeader(Section headerCellElement) |
| Section | getContentCell(int index) |
| int | getContentCount() |
| Section | getFooterCell(int index) |
| int | getFooterCount() |
| Section | getHeaderCell(int index) |
| int | getHeaderCount() |