Uses of Interface
writer2latex.api.OutputFile
Packages that use OutputFile
Package
Description
-
Uses of OutputFile in writer2latex.api
Methods in writer2latex.api that return OutputFileModifier and TypeMethodDescriptionBatchConverter.createIndexFile(String sHeading, IndexPageEntry[] entries) Create an index page with specific entriesContentEntry.getFile()Get the file associated with the entryConverterResult.getMasterDocument()Deprecated.Methods in writer2latex.api that return types with arguments of type OutputFileModifier and TypeMethodDescriptionConverterResult.iterator()Gets anIteratorto access all files in theConverterResult. -
Uses of OutputFile in writer2latex.base
Classes in writer2latex.base that implement OutputFileModifier and TypeClassDescriptionclassThis class is used to represent a binary graphics document to be included in the converter result.classThis class represents XML-based documents.Methods in writer2latex.base that return OutputFileModifier and TypeMethodDescriptionContentEntryImpl.getFile()ConverterResultImpl.getMasterDocument()Get the first master documentMethods in writer2latex.base that return types with arguments of type OutputFileModifier and TypeMethodDescriptionConverterResultImpl.iterator()Gets anIteratorto access theListofOutputFileobjectsMethods in writer2latex.base with parameters of type OutputFileModifier and TypeMethodDescriptionvoidConverterBase.addDocument(OutputFile doc) voidConverterResultImpl.addDocument(OutputFile file) Adds anOutputFileto the listConstructors in writer2latex.base with parameters of type OutputFileModifierConstructorDescriptionContentEntryImpl(String sTitle, int nLevel, OutputFile file, String sTarget) -
Uses of OutputFile in writer2latex.bibtex
Classes in writer2latex.bibtex that implement OutputFile -
Uses of OutputFile in writer2latex.epub
Classes in writer2latex.epub that implement OutputFileModifier and TypeClassDescriptionclassThis class creates the required META-INF/container.xml file for an EPUB package (see http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm).classThis class repackages an XHTML document into EPUB format.classThis class writes the EPUB Navigation Document as defined in EPUB 3classThis 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).classThis 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 -
Uses of OutputFile in writer2latex.xhtml
Classes in writer2latex.xhtml that implement OutputFileModifier and TypeClassDescriptionclassAn implementation ofOutputFilefor CSS documents.classAn implementation ofOutputFilefor resource documents.classAn implementation ofDocumentfor XHTML documents.Methods in writer2latex.xhtml that return OutputFileModifier and TypeMethodDescriptionBatchConverterImpl.createIndexFile(String sHeading, IndexPageEntry[] entries) Methods in writer2latex.xhtml with parameters of type OutputFileModifier and TypeMethodDescriptionprotected voidConverter.setCoverImageFile(OutputFile file, String sTarget)