|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConvertData | |
org.openoffice.xmerge | Provides interfaces for converting between two Document
formats, and supports a "merge" interface for merging back
changes from a "lossy" format back into a rich 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. |
org.openoffice.xmerge.converter.xml.sxw.aportisdoc | Provides the tools for doing the conversion of StarWriter XML to and from AportisDoc format. |
org.openoffice.xmerge.converter.xml.sxw.pocketword | Plugin for the conversion of documents between StarWriter XML and Pocket Word format. |
org.openoffice.xmerge.converter.xml.xslt | Provides the tools for doing the conversion of StarWriter XML to and from supported formats, through the use of an XSLT transformation. |
Uses of ConvertData in org.openoffice.xmerge |
Methods in org.openoffice.xmerge that return ConvertData | |
ConvertData |
Convert.convert()
Convert the input specified in calls to the addInputStream
method to the output format specified by this Convert
class. |
ConvertData |
DocumentSerializer.serialize()
Convert the data passed into the DocumentSerializer
constructor into the "Device" Document
format. |
Methods in org.openoffice.xmerge with parameters of type ConvertData | |
DocumentDeserializer |
DocumentDeserializerFactory.createDocumentDeserializer(ConvertData cd)
The DocumentDeserializer is used to convert
from the "Device" Document format to
the "Office" Document format. |
Uses of ConvertData in org.openoffice.xmerge.converter.xml.sxc |
Methods in org.openoffice.xmerge.converter.xml.sxc that return ConvertData | |
abstract ConvertData |
SxcDocumentSerializer.serialize()
Method to convert a DOM Document into
"Device" Document objects. |
Methods in org.openoffice.xmerge.converter.xml.sxc with parameters of type ConvertData | |
protected abstract java.lang.String |
SxcDocumentDeserializer.getWorkbookName(ConvertData cd)
This method will return the name of the WorkBook from the ConvertData . |
protected abstract java.lang.String[] |
SxcDocumentDeserializer.getWorksheetNames(ConvertData cd)
This method will return the name of the WorkSheet from the ConvertData . |
abstract void |
SpreadsheetDecoder.addDeviceContent(ConvertData cd)
Add the contents of a ConvertData to the workbook. |
Constructors in org.openoffice.xmerge.converter.xml.sxc with parameters of type ConvertData | |
SxcDocumentDeserializer(ConvertData cd)
Constructor. |
Uses of ConvertData in org.openoffice.xmerge.converter.xml.sxc.pexcel |
Methods in org.openoffice.xmerge.converter.xml.sxc.pexcel that return ConvertData | |
ConvertData |
SxcDocumentSerializerImpl.serialize()
|
Methods in org.openoffice.xmerge.converter.xml.sxc.pexcel with parameters of type ConvertData | |
protected java.lang.String |
SxcDocumentDeserializerImpl.getWorkbookName(ConvertData cd)
This method will return the name of the WorkBook from the ConvertData . |
protected java.lang.String[] |
SxcDocumentDeserializerImpl.getWorksheetNames(ConvertData cd)
This method will return an array of WorkSheet names from the ConvertData . |
DocumentDeserializer |
PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
Returns an instance of DocumentDeserializerImpl ,
which is an implementation of DocumentDeserializer
interface. |
Constructors in org.openoffice.xmerge.converter.xml.sxc.pexcel with parameters of type ConvertData | |
SxcDocumentDeserializerImpl(ConvertData cd)
Creates new SxcDocumentDeserializerImpl . |
Uses of ConvertData in org.openoffice.xmerge.converter.xml.sxw.aportisdoc |
Methods in org.openoffice.xmerge.converter.xml.sxw.aportisdoc that return ConvertData | |
ConvertData |
DocumentSerializerImpl.serialize()
Method to convert a Document into a PDB. |
Methods in org.openoffice.xmerge.converter.xml.sxw.aportisdoc with parameters of type ConvertData | |
DocumentDeserializer |
PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
Returns an instance of DocumentDeserializerImpl ,
which is an implementation of the DocumentDeserializer
interface. |
Constructors in org.openoffice.xmerge.converter.xml.sxw.aportisdoc with parameters of type ConvertData | |
DocumentDeserializerImpl(ConvertData cd)
Constructor that assigns the given ConvertData
to this object as input. |
Uses of ConvertData in org.openoffice.xmerge.converter.xml.sxw.pocketword |
Methods in org.openoffice.xmerge.converter.xml.sxw.pocketword that return ConvertData | |
ConvertData |
DocumentSerializerImpl.serialize()
Convert the data passed into the DocumentSerializerImpl
constructor into Pocket Word format. |
Methods in org.openoffice.xmerge.converter.xml.sxw.pocketword with parameters of type ConvertData | |
DocumentDeserializer |
PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
The DocumentDeserializer is used to convert
from the Pocket Word Document format to
the OpenOffice Writer Document format. |
Constructors in org.openoffice.xmerge.converter.xml.sxw.pocketword with parameters of type ConvertData | |
DocumentDeserializerImpl(ConvertData cd)
Initialises a new DocumentDeserializerImpl using the
supplied ConvertData . |
Uses of ConvertData in org.openoffice.xmerge.converter.xml.xslt |
Methods in org.openoffice.xmerge.converter.xml.xslt that return ConvertData | |
ConvertData |
DocumentSerializerImpl.serialize()
Method to convert a Document with an xsl stylesheet. |
Methods in org.openoffice.xmerge.converter.xml.xslt with parameters of type ConvertData | |
DocumentDeserializer |
PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
Returns an instance of DocumentDeserializerImpl ,
which is an implementation of the DocumentDeserializer
interface. |
Constructors in org.openoffice.xmerge.converter.xml.xslt with parameters of type ConvertData | |
DocumentDeserializerImpl(PluginFactoryImpl pf,
ConvertData cd)
Constructor that assigns the given ConvertData
to this object. |
|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |