| |
|
| java.lang.Object com.xoetrope.export.Exporter com.xoetrope.export.xl.XLExporter
XLExporter | public class XLExporter extends Exporter (Code) | | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.8 $
|
rowcol | protected int rowcol(Code) | | |
sheet | protected WritableSheet sheet(Code) | | |
styleMgr | protected XStyleManager styleMgr(Code) | | |
workbook | protected WritableWorkbook workbook(Code) | | |
XLExporter | public XLExporter(XProject project, Object instance)(Code) | | Parameters: instance - the current page or object that provides the methods or fields used in the evaluation |
addColumn | public void addColumn()(Code) | | |
addColumn | public void addColumn(int num)(Code) | | |
addRow | public void addRow()(Code) | | |
addRow | public void addRow(int num)(Code) | | |
addSkipCells | public void addSkipCells(int rows, int cols)(Code) | | |
export | public void export(String fileName)(Code) | | Export to the named file.
Parameters: fileName - the name of the file to be exported to. |
getArrayArrayBlock | public ArrayArrayBlock getArrayArrayBlock()(Code) | | Retrieve a new ArrayArrayBlock from this exporter
a new ArrayArrayBlock Object |
getColumn | public int getColumn()(Code) | | |
getContentType | public String getContentType()(Code) | | Get the content type supported by this exporter
"XL" |
getFileExtension | public String getFileExtension()(Code) | | Overloaded from the base abstract function. Retrieve the file extension
'.html'
|
getFragmentBlock | public FragmentBlock getFragmentBlock()(Code) | | Overloaded from the base abstract function. Retrieve a new
XLFragmentBlock from this exporter.
a new FragmentBlock Object |
getFreeFormBlock | public Block getFreeFormBlock()(Code) | | Overloaded from the base abstract function. Retrieve a new
XLFreeFormBlock from this exporter.
a new FreeFormBlock Object |
getRow | public int getRow()(Code) | | |
getTableBlock | public TableBlock getTableBlock()(Code) | | Overloaded from the base abstract function. Retrieve a new
XLTableBlock from this exporter.
a new TableBlock Object |
getTableModelBlock | public TableModelBlock getTableModelBlock()(Code) | | Overloaded from the base abstract function. Retrieve a new
XLTableModelBlock from this exporter.
a new TableModelBlock Object |
setColumn | public void setColumn(int value)(Code) | | |
setRow | public void setRow(int value)(Code) | | |
skipSpanCells | public void skipSpanCells()(Code) | | |
|
|
|