|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DocumentSerializer
object is used to convert
from the "Office" Document
format to the
"Device" Document
format.
All plug-in implementations of the PluginFactory
interface that also support serialization must also
implement this interface.
PluginFactory
,
DocumentSerializer
Method Summary | |
DocumentSerializer |
createDocumentSerializer(Document doc)
The DocumentSerializer is used to convert
from the "Office" Document format
to the "Device" Document format. |
Method Detail |
public DocumentSerializer createDocumentSerializer(Document doc)
The DocumentSerializer
is used to convert
from the "Office" Document
format
to the "Device" Document
format.
ConvertData
object is passed along to the
created DocumentSerializer
via its constructor.
The ConvertData
is read and converted when the
the DocumentSerializer
object's
serialize
method is called.doc
- Document
object that the created
DocumentSerializer
object uses
as input.DocumentSerializer
object.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |