|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
org.openoffice.xmerge.converter.xml.sxc | Provides base implementation of StarCalc XML conversion to and from
different "Device" Document formats. |
org.openoffice.xmerge.converter.xml.sxc.pexcel | Provides the tools for doing the conversion of StarWriter XML to and from Pocket Excel format. |
Uses of Format in org.openoffice.xmerge.converter.xml.sxc |
Methods in org.openoffice.xmerge.converter.xml.sxc that return Format | |
abstract Format |
SpreadsheetDecoder.getCellFormat()
Return a Format object describing the active cells
formatting. |
Methods in org.openoffice.xmerge.converter.xml.sxc with parameters of type Format | |
abstract void |
SpreadsheetEncoder.setCellFormat(int row,
int column,
Format fmt)
Set a cell's formatting options via a separately create Format object. |
abstract void |
SpreadsheetEncoder.addCell(int row,
int column,
Format fmt,
java.lang.String cellContents)
Add a cell to the current WorkSheet. |
Constructors in org.openoffice.xmerge.converter.xml.sxc with parameters of type Format | |
Format(Format fmt)
Constructor for creating a new Format object
based on an existing one. |
Uses of Format in org.openoffice.xmerge.converter.xml.sxc.pexcel |
Methods in org.openoffice.xmerge.converter.xml.sxc.pexcel with parameters of type Format | |
void |
PxlDocument.addCell(int row,
int column,
Format fmt,
java.lang.String cellContents)
Adds a cell to the current worksheet |
|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |