public class TableBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TableBuilder(int reportIndex,
int pageIndex,
Writer bodyWriter,
Writer styleWriter) |
protected |
TableBuilder(String name,
Writer bodyWriter,
Writer styleWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCellFooter() |
void |
buildCellHeader(String cellStyleName,
int colSpan,
int rowSpan) |
void |
buildColumnFooter() |
void |
buildColumnHeader(int colIndex) |
void |
buildColumnStyle(int colIndex,
int colWidth) |
void |
buildRowFooter() |
void |
buildRowHeader(int rowIndex) |
void |
buildRowStyle(int rowIndex,
int rowHeight) |
void |
buildTableFooter() |
void |
buildTableHeader() |
void |
buildTableStyle(int width) |
public void buildTableStyle(int width)
throws IOException
IOExceptionpublic void buildTableHeader()
throws IOException
IOExceptionpublic void buildTableFooter()
throws IOException
IOExceptionpublic void buildRowStyle(int rowIndex,
int rowHeight)
throws IOException
IOExceptionpublic void buildRowHeader(int rowIndex)
throws IOException
IOExceptionpublic void buildRowFooter()
throws IOException
IOExceptionpublic void buildColumnStyle(int colIndex,
int colWidth)
throws IOException
IOExceptionpublic void buildColumnHeader(int colIndex)
throws IOException
IOExceptionpublic void buildColumnFooter()
throws IOException
IOExceptionpublic void buildCellHeader(String cellStyleName, int colSpan, int rowSpan) throws IOException
IOExceptionpublic void buildCellFooter()
throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.