Uses of Interface
writer2latex.api.OutputFile

Packages that use OutputFile
writer2latex.api   
writer2latex.base   
writer2latex.bibtex   
writer2latex.latex   
writer2latex.xhtml   
writer2latex.xmerge   
 

Uses of OutputFile in writer2latex.api
 

Methods in writer2latex.api that return OutputFile
 OutputFile BatchConverter.createIndexFile(java.lang.String sHeading, IndexPageEntry[] entries)
          Create an index page with specific entries
 OutputFile ConverterResult.getMasterDocument()
          Get the master document
 

Uses of OutputFile in writer2latex.base
 

Methods in writer2latex.base with parameters of type OutputFile
 void ConverterBase.addDocument(OutputFile doc)
           
 

Uses of OutputFile in writer2latex.bibtex
 

Classes in writer2latex.bibtex that implement OutputFile
 class BibTeXDocument
          Class representing a BibTeX document.
 

Uses of OutputFile in writer2latex.latex
 

Classes in writer2latex.latex that implement OutputFile
 class LaTeXDocument
          Class representing a LaTeX document.
 

Uses of OutputFile in writer2latex.xhtml
 

Classes in writer2latex.xhtml that implement OutputFile
 class XhtmlDocument
          An implementation of Document for XHTML documents.
 

Methods in writer2latex.xhtml that return OutputFile
 OutputFile BatchConverterImpl.createIndexFile(java.lang.String sHeading, IndexPageEntry[] entries)
           
 

Uses of OutputFile in writer2latex.xmerge
 

Subinterfaces of OutputFile in writer2latex.xmerge
 interface Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
 

Classes in writer2latex.xmerge that implement OutputFile
 class BinaryGraphicsDocument
          Class representing a binary graphics document.
 class DOMDocument
          An implementation of Document for StarOffice documents.
 class NewDOMDocument
          An extension of DOMDocument that overrides the write method.
 class OfficeDocument
          An implementation of Document for StarOffice documents.
 

Methods in writer2latex.xmerge that return OutputFile
 OutputFile ConvertData.getMasterDocument()
          Get the master document
 

Methods in writer2latex.xmerge with parameters of type OutputFile
 void ConvertData.addDocument(OutputFile doc)
          Adds a OutputFile to the vector.
 boolean ConvertData.isMasterDocument(OutputFile doc)
          Check if a given document is the master document