19package org.openoffice.xmerge;
21import java.io.IOException;
ConvertData is used as a container for passing Document objects in and out of the Convert class.
This Exception is thrown by convert algorithms.
A DocumentSerializer2 represents a converter that converts a "Office" Document to a "Device" Document...
ConvertData serialize(String officeURL, String deviceURL)
Convert the data passed into the DocumentSerializer2 constructor into the "Device" Document format.
A DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document ...