Package | Description |
---|---|
org.ginsim.common.document |
API to write reports and other simple documents in HTML, OpenDocument, or LaTeX.
|
Modifier and Type | Field and Description |
---|---|
DocumentWriterFactory |
GenericDocumentFormat.factory
The documentWriter to instanciate to write a document of this type (eg.
|
static DocumentWriterFactory |
XHTMLDocumentWriter.FACTORY |
static DocumentWriterFactory |
LaTeXDocumentWriter.FACTORY |
static DocumentWriterFactory |
OOoDocumentWriter.FACTORY |
Constructor and Description |
---|
GenericDocumentFormat(DocumentWriterFactory factory,
String id,
String extension)
Define a new generic document format.
|
Copyright © 2005–2020. All rights reserved.