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 OutputFileBatchConverter. createIndexFile(java.lang.String sHeading, IndexPageEntry[] entries)Create an index page with specific entriesOutputFileConverterResult. 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 voidConverterBase. addDocument(OutputFile doc) -
Uses of OutputFile in writer2latex.bibtex
Classes in writer2latex.bibtex that implement OutputFile Modifier and Type Class Description classBibTeXDocumentClass representing a BibTeX document. -
Uses of OutputFile in writer2latex.latex
Classes in writer2latex.latex that implement OutputFile Modifier and Type Class Description classLaTeXDocumentClass representing a LaTeX document. -
Uses of OutputFile in writer2latex.xhtml
Classes in writer2latex.xhtml that implement OutputFile Modifier and Type Class Description classXhtmlDocumentAn implementation ofDocumentfor XHTML documents.Methods in writer2latex.xhtml that return OutputFile Modifier and Type Method Description OutputFileBatchConverterImpl. createIndexFile(java.lang.String sHeading, IndexPageEntry[] entries) -
Uses of OutputFile in writer2latex.xmerge
Subinterfaces of OutputFile in writer2latex.xmerge Modifier and Type Interface Description interfaceDocumentADocumentrepresents anyDocumentto be converted and the resultingDocumentfrom any conversion.Classes in writer2latex.xmerge that implement OutputFile Modifier and Type Class Description classBinaryGraphicsDocumentClass representing a binary graphics document.classDOMDocumentAn implementation ofDocumentfor StarOffice documents.classNewDOMDocumentAn extension ofDOMDocumentthat overrides the write method.classOfficeDocumentAn implementation ofDocumentfor StarOffice documents.Methods in writer2latex.xmerge that return OutputFile Modifier and Type Method Description OutputFileConvertData. getMasterDocument()Get the master documentMethods in writer2latex.xmerge with parameters of type OutputFile Modifier and Type Method Description voidConvertData. addDocument(OutputFile doc)Adds aOutputFileto the vector.booleanConvertData. isMasterDocument(OutputFile doc)Check if a given document is the master document
-