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 anIterator
to access all files in theConverterResult
. -
Uses of OutputFile in writer2latex.base
Classes in writer2latex.base that implement OutputFileModifier and TypeClassDescriptionclass
This class is used to represent a binary graphics document to be included in the converter result.class
This 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 anIterator
to access theList
ofOutputFile
objectsMethods in writer2latex.base with parameters of type OutputFileModifier and TypeMethodDescriptionvoid
ConverterBase.addDocument
(OutputFile doc) void
ConverterResultImpl.addDocument
(OutputFile file) Adds anOutputFile
to 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 TypeClassDescriptionclass
This class creates the required META-INF/container.xml file for an EPUB package (see http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm).class
This class repackages an XHTML document into EPUB format.class
This 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).class
This 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 TypeClassDescriptionclass
An implementation ofOutputFile
for CSS documents.class
An implementation ofOutputFile
for resource documents.class
An implementation ofDocument
for 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 void
Converter.setCoverImageFile
(OutputFile file, String sTarget)