|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConvertException | |
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 ConvertException in org.openoffice.xmerge |
Methods in org.openoffice.xmerge that throw ConvertException | |
ConvertData |
Convert.convert()
Convert the input specified in calls to the addInputStream
method to the output format specified by this Convert
class. |
Document |
DocumentDeserializer.deserialize()
Convert the data passed into the DocumentDeserializer
constructor into the "Office" Document
format. |
ConvertData |
DocumentSerializer.serialize()
Convert the data passed into the DocumentSerializer
constructor into the "Device" Document
format. |
Uses of ConvertException in org.openoffice.xmerge.converter.xml.sxc |
Methods in org.openoffice.xmerge.converter.xml.sxc that throw ConvertException | |
Document |
SxcDocumentDeserializer.deserialize()
Method to convert a set of "Device" Document objects into a SxcDocument
object and returns it as a Document . |
abstract ConvertData |
SxcDocumentSerializer.serialize()
Method to convert a DOM Document into
"Device" Document objects. |
Uses of ConvertException in org.openoffice.xmerge.converter.xml.sxc.pexcel |
Methods in org.openoffice.xmerge.converter.xml.sxc.pexcel that throw ConvertException | |
ConvertData |
SxcDocumentSerializerImpl.serialize()
|
Uses of ConvertException in org.openoffice.xmerge.converter.xml.sxw.aportisdoc |
Methods in org.openoffice.xmerge.converter.xml.sxw.aportisdoc that throw ConvertException | |
Document |
DocumentDeserializerImpl.deserialize()
Convert the given ConvertData object
into a SxwDocument object. |
ConvertData |
DocumentSerializerImpl.serialize()
Method to convert a Document into a PDB. |
Uses of ConvertException in org.openoffice.xmerge.converter.xml.sxw.pocketword |
Methods in org.openoffice.xmerge.converter.xml.sxw.pocketword that throw ConvertException | |
ConvertData |
DocumentSerializerImpl.serialize()
Convert the data passed into the DocumentSerializerImpl
constructor into Pocket Word format. |
Document |
DocumentDeserializerImpl.deserialize()
Convert the data passed into the DocumentDeserializer
constructor into the OpenOffice Writer Document
format. |
Uses of ConvertException in org.openoffice.xmerge.converter.xml.xslt |
Methods in org.openoffice.xmerge.converter.xml.xslt that throw ConvertException | |
ConvertData |
DocumentSerializerImpl.serialize()
Method to convert a Document with an xsl stylesheet. |
Document |
DocumentDeserializerImpl.deserialize()
Convert the given DOMDocument format object
into a SxwDocument object. |
|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |