net.sf.jasperreports.engine.export.oasis
Class TableBuilder
java.lang.Object
net.sf.jasperreports.engine.export.oasis.TableBuilder
public class TableBuilder
- extends Object
- Version:
- $Id: TableBuilder.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableBuilder
protected TableBuilder(String name,
Writer bodyWriter,
Writer styleWriter)
TableBuilder
protected TableBuilder(int reportIndex,
int pageIndex,
Writer bodyWriter,
Writer styleWriter)
buildTableStyle
public void buildTableStyle(int width)
throws IOException
- Throws:
IOException
buildTableHeader
public void buildTableHeader()
throws IOException
- Throws:
IOException
buildTableFooter
public void buildTableFooter()
throws IOException
- Throws:
IOException
buildRowStyle
public void buildRowStyle(int rowIndex,
int rowHeight)
throws IOException
- Throws:
IOException
buildRowHeader
public void buildRowHeader(int rowIndex)
throws IOException
- Throws:
IOException
buildRowFooter
public void buildRowFooter()
throws IOException
- Throws:
IOException
buildColumnStyle
public void buildColumnStyle(int colIndex,
int colWidth)
throws IOException
- Throws:
IOException
buildColumnHeader
public void buildColumnHeader(int colIndex)
throws IOException
- Throws:
IOException
buildColumnFooter
public void buildColumnFooter()
throws IOException
- Throws:
IOException
buildCellHeader
public void buildCellHeader(String cellStyleName,
int colSpan,
int rowSpan)
throws IOException
- Throws:
IOException
buildCellFooter
public void buildCellFooter()
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.