Uses of Interface
writer2latex.api.OutputFile
-
Packages that use OutputFile Package Description 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 Modifier and Type Method Description OutputFile
BatchConverter. createIndexFile(java.lang.String sHeading, IndexPageEntry[] entries)
Create an index page with specific entriesOutputFile
ConverterResult. getMasterDocument()
Get the master document -
Uses of OutputFile in writer2latex.base
Methods in writer2latex.base with parameters of type OutputFile Modifier and Type Method Description void
ConverterBase. addDocument(OutputFile doc)
-
Uses of OutputFile in writer2latex.bibtex
Classes in writer2latex.bibtex that implement OutputFile Modifier and Type Class Description class
BibTeXDocument
Class representing a BibTeX document. -
Uses of OutputFile in writer2latex.latex
Classes in writer2latex.latex that implement OutputFile Modifier and Type Class Description class
LaTeXDocument
Class representing a LaTeX document. -
Uses of OutputFile in writer2latex.xhtml
Classes in writer2latex.xhtml that implement OutputFile Modifier and Type Class Description class
XhtmlDocument
An implementation ofDocument
for XHTML documents.Methods in writer2latex.xhtml that return OutputFile Modifier and Type Method Description OutputFile
BatchConverterImpl. createIndexFile(java.lang.String sHeading, IndexPageEntry[] entries)
-
Uses of OutputFile in writer2latex.xmerge
Subinterfaces of OutputFile in writer2latex.xmerge Modifier and Type Interface Description interface
Document
ADocument
represents anyDocument
to be converted and the resultingDocument
from any conversion.Classes in writer2latex.xmerge that implement OutputFile Modifier and Type Class Description class
BinaryGraphicsDocument
Class representing a binary graphics document.class
DOMDocument
An implementation ofDocument
for StarOffice documents.class
NewDOMDocument
An extension ofDOMDocument
that overrides the write method.class
OfficeDocument
An implementation ofDocument
for StarOffice documents.Methods in writer2latex.xmerge that return OutputFile Modifier and Type Method Description OutputFile
ConvertData. getMasterDocument()
Get the master documentMethods in writer2latex.xmerge with parameters of type OutputFile Modifier and Type Method Description void
ConvertData. addDocument(OutputFile doc)
Adds aOutputFile
to the vector.boolean
ConvertData. isMasterDocument(OutputFile doc)
Check if a given document is the master document
-