Uses of Interface
writer2latex.api.OutputFile
-
Packages that use OutputFile Package Description writer2latex.api writer2latex.base writer2latex.bibtex writer2latex.epub writer2latex.latex writer2latex.xhtml -
-
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 entriesOutputFileContentEntry. getFile()Get the file associated with the entryOutputFileConverterResult. getMasterDocument()Deprecated.Methods in writer2latex.api that return types with arguments of type OutputFile Modifier and Type Method Description java.util.Iterator<OutputFile>ConverterResult. iterator()Gets anIteratorto access all files in theConverterResult. -
Uses of OutputFile in writer2latex.base
Classes in writer2latex.base that implement OutputFile Modifier and Type Class Description classBinaryGraphicsDocumentThis class is used to represent a binary graphics document to be included in the converter result.classDOMDocumentThis class represents XML-based documents.Methods in writer2latex.base that return OutputFile Modifier and Type Method Description OutputFileContentEntryImpl. getFile()OutputFileConverterResultImpl. getMasterDocument()Get the first master documentMethods in writer2latex.base that return types with arguments of type OutputFile Modifier and Type Method Description java.util.Iterator<OutputFile>ConverterResultImpl. iterator()Gets anIteratorto access theListofOutputFileobjectsMethods in writer2latex.base with parameters of type OutputFile Modifier and Type Method Description voidConverterBase. addDocument(OutputFile doc)voidConverterResultImpl. addDocument(OutputFile file)Adds anOutputFileto the listConstructors in writer2latex.base with parameters of type OutputFile Constructor Description ContentEntryImpl(java.lang.String sTitle, int nLevel, OutputFile file, java.lang.String sTarget) -
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.epub
Classes in writer2latex.epub that implement OutputFile Modifier and Type Class Description classContainerWriterThis class creates the required META-INF/container.xml file for an EPUB package (see http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm).classEPUBWriterThis class repackages an XHTML document into EPUB format.classNCXWriterThis class creates the required NXC file for an EPUB document (see http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html#Section2.4).classOPFWriterThis class writes an OPF-file for an EPUB document (see http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html). -
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 classCssDocumentAn implementation ofOutputFilefor CSS documents.classResourceDocumentAn implementation ofOutputFilefor resource documents.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)Methods in writer2latex.xhtml with parameters of type OutputFile Modifier and Type Method Description protected voidConverter. setCoverImageFile(OutputFile file, java.lang.String sTarget)
-