Package | Description |
---|---|
writer2latex.api | |
writer2latex.base | |
writer2latex.bibtex | |
writer2latex.latex | |
writer2latex.xhtml | |
writer2latex.xmerge |
Modifier and Type | Method and Description |
---|---|
OutputFile |
BatchConverter.createIndexFile(java.lang.String sHeading,
IndexPageEntry[] entries)
Create an index page with specific entries
|
OutputFile |
ConverterResult.getMasterDocument()
Get the master document
|
Modifier and Type | Method and Description |
---|---|
void |
ConverterBase.addDocument(OutputFile doc) |
Modifier and Type | Class and Description |
---|---|
class |
BibTeXDocument
Class representing a BibTeX document.
|
Modifier and Type | Class and Description |
---|---|
class |
LaTeXDocument
Class representing a LaTeX document.
|
Modifier and Type | Class and Description |
---|---|
class |
XhtmlDocument
An implementation of
Document for
XHTML documents. |
Modifier and Type | Method and Description |
---|---|
OutputFile |
BatchConverterImpl.createIndexFile(java.lang.String sHeading,
IndexPageEntry[] entries) |
Modifier and Type | Interface and Description |
---|---|
interface |
Document
A
Document represents any Document
to be converted and the resulting Document from any
conversion. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryGraphicsDocument
Class representing a binary graphics document.
|
class |
DOMDocument
An implementation of
Document for
StarOffice documents. |
class |
NewDOMDocument
An extension of
DOMDocument
that overrides the write method. |
class |
OfficeDocument
An implementation of
Document for
StarOffice documents. |
Modifier and Type | Method and Description |
---|---|
OutputFile |
ConvertData.getMasterDocument()
Get the master document
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertData.addDocument(OutputFile doc)
Adds a
OutputFile to the vector. |
boolean |
ConvertData.isMasterDocument(OutputFile doc)
Check if a given document is the master document
|