|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFile | |
---|---|
writer2latex.api | |
writer2latex.base | |
writer2latex.xhtml | |
writer2latex.xmerge |
Uses of OutputFile in writer2latex.api |
---|
Methods in writer2latex.api that return OutputFile | |
---|---|
OutputFile |
BatchConverter.createIndexFile(java.lang.String sHeading,
IndexPageEntry[] entries)
Create an index page with specific entries |
OutputFile |
ConverterResult.getMasterDocument()
Get the master document |
Uses of OutputFile in writer2latex.base |
---|
Methods in writer2latex.base with parameters of type OutputFile | |
---|---|
void |
ConverterBase.addDocument(OutputFile doc)
|
Uses of OutputFile in writer2latex.xhtml |
---|
Classes in writer2latex.xhtml that implement OutputFile | |
---|---|
class |
XhtmlDocument
An implementation of Document for
XHTML documents. |
Methods in writer2latex.xhtml that return OutputFile | |
---|---|
OutputFile |
BatchConverterImpl.createIndexFile(java.lang.String sHeading,
IndexPageEntry[] entries)
|
Uses of OutputFile in writer2latex.xmerge |
---|
Subinterfaces of OutputFile in writer2latex.xmerge | |
---|---|
interface |
Document
A Document represents any Document
to be converted and the resulting Document from any
conversion. |
Classes in writer2latex.xmerge that implement OutputFile | |
---|---|
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. |
Fields in writer2latex.xmerge declared as OutputFile | |
---|---|
private OutputFile |
ConvertData.masterDoc
Master doc |
Fields in writer2latex.xmerge with type parameters of type OutputFile | |
---|---|
private java.util.Vector<OutputFile> |
ConvertData.v
Vector of OutputFile objects. |
Methods in writer2latex.xmerge that return OutputFile | |
---|---|
OutputFile |
ConvertData.getMasterDocument()
Get the master document |
Methods in writer2latex.xmerge with parameters of type OutputFile | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |