Package | Description |
---|---|
writer2latex.api | |
writer2latex.base | |
writer2latex.bibtex | |
writer2latex.epub | |
writer2latex.latex | |
writer2latex.xhtml |
Modifier and Type | Method | Description |
---|---|---|
OutputFile |
BatchConverter.createIndexFile(java.lang.String sHeading,
IndexPageEntry[] entries) |
Create an index page with specific entries
|
OutputFile |
ContentEntry.getFile() |
Get the file associated with the entry
|
OutputFile |
ConverterResult.getMasterDocument() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<OutputFile> |
ConverterResult.iterator() |
Gets an
Iterator to access all files in the
ConverterResult . |
Modifier and Type | Class | Description |
---|---|---|
class |
BinaryGraphicsDocument |
This class is used to represent a binary graphics document to be included in the converter result.
|
class |
DOMDocument |
This class represents XML-based documents.
|
Modifier and Type | Method | Description |
---|---|---|
OutputFile |
ContentEntryImpl.getFile() |
|
OutputFile |
ConverterResultImpl.getMasterDocument() |
Get the first master document
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<OutputFile> |
ConverterResultImpl.iterator() |
Gets an
Iterator to access the List
of OutputFile objects |
Modifier and Type | Method | Description |
---|---|---|
void |
ConverterBase.addDocument(OutputFile doc) |
|
void |
ConverterResultImpl.addDocument(OutputFile file) |
Adds an
OutputFile to the list |
Constructor | Description |
---|---|
ContentEntryImpl(java.lang.String sTitle,
int nLevel,
OutputFile file,
java.lang.String sTarget) |
Modifier and Type | Class | Description |
---|---|---|
class |
BibTeXDocument |
Class representing a BibTeX document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ContainerWriter |
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 |
EPUBWriter |
This class repackages an XHTML document into EPUB format.
|
class |
NCXWriter |
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 |
OPFWriter |
This class writes an OPF-file for an EPUB document (see http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html).
|
Modifier and Type | Class | Description |
---|---|---|
class |
LaTeXDocument |
Class representing a LaTeX document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CssDocument |
An implementation of
OutputFile for CSS documents. |
class |
ResourceDocument |
An implementation of
OutputFile for resource documents. |
class |
XhtmlDocument |
An implementation of
Document for
XHTML documents. |
Modifier and Type | Method | Description |
---|---|---|
OutputFile |
BatchConverterImpl.createIndexFile(java.lang.String sHeading,
IndexPageEntry[] entries) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
Converter.setCoverImageFile(OutputFile file,
java.lang.String sTarget) |