LibreOffice Module xmerge (master) 1
|
All plug-in implementations of the PluginFactory
interface that also support merging must also implement this interface.
More...
Public Member Functions | |
DocumentMerger | createDocumentMerger (Document doc) |
Create a DocumentMerger object given a Document object. More... | |
All plug-in implementations of the PluginFactory
interface that also support merging must also implement this interface.
Merge is useful when an OfficeDocument
is converted to a "Device" Document
format, and the "Device" Document
version is modified.
Those changes can be merged back into the original OfficeDocument
with the merger. The merger is capable of doing this even if the "Device" format is lossy in comparison to the OfficeDocument
format.
Definition at line 38 of file DocumentMergerFactory.java.
DocumentMerger org.openoffice.xmerge.DocumentMergerFactory.createDocumentMerger | ( | Document | doc | ) |
Create a DocumentMerger
object given a Document
object.
doc | Document object that the created DocumentMerger object uses as a base Document for merging changes into. |
DocumentMerger
object or null
if none exists. Implemented in org.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl.
Referenced by org.openoffice.xmerge.Convert.getDocumentMerger().