| |
|
| java.lang.Object jimm.datavision.layout.LayoutEngine jimm.datavision.layout.excel.ExcelLE
Constructor Summary | |
public | ExcelLE(OutputStream out, boolean showAllPageHeaders) Creates a new instance of the Excel LayoutEngine.
Parameters: out - This is a binary outputstream for receiving the generated Excel file Parameters: showAllPageHeaders - This is a flag that instructs the layoutengine to reprint allpage headers sent by the report engine. |
pastPageUsed | double pastPageUsed(Code) | | |
showPageHeaders | boolean showPageHeaders(Code) | | |
ExcelLE | public ExcelLE(OutputStream out, boolean showAllPageHeaders)(Code) | | Creates a new instance of the Excel LayoutEngine.
Parameters: out - This is a binary outputstream for receiving the generated Excel file Parameters: showAllPageHeaders - This is a flag that instructs the layoutengine to reprint allpage headers sent by the report engine. Setting this to false will printthe page header only the first time and then ignore the rest. |
doEnd | protected void doEnd()(Code) | | |
doOutputField | protected void doOutputField(Field field)(Code) | | |
doStart | protected void doStart()(Code) | | |
doStartPage | protected void doStartPage()(Code) | | |
|
|
|