writer2latex.api

Interface ConverterResult

Known Implementing Classes:
ConvertData

public interface ConverterResult

A ConverterResult represent a document, which is the result of a conversion performed by a Converterimplementation.

Method Summary

Enumeration
getDocumentEnumeration()
Gets an Enumeration to access all files in the ConverterResult.
OutputFile
getMasterDocument()
Get the master document

Method Details

getDocumentEnumeration

public Enumeration getDocumentEnumeration()
Gets an Enumeration to access all files in the ConverterResult. This includes the master document.
Returns:
an Enumeration of all files

getMasterDocument

public OutputFile getMasterDocument()
Get the master document
Returns:
OutputFile the master document