See: Description
Interface | Description |
---|---|
DocumentWriterFactory |
A factory to create document writer instances.
|
Class | Description |
---|---|
DocumentStyle |
DocumentStyle contain a generic representation of the style for a document
A DocumentStyle is a map of styles identified by their name (like the class in HTML), followed by a map of couples (property, value) and the function to manipulate them. |
DocumentWriter |
DocumentWriter is an abstract class designed to help writing documents.
|
GenericDocumentFormat |
This class contain metadata about each kind of document like id, extension, filter and its class.
|
LaTeXDocumentWriter |
LaTeX backend for DocumentWriter.
|
OOoDocumentWriter |
OOoDocumentWriter is a backend to write OpenDocument text files.
|
WikiDocumentWriter |
Wiki-like backend for the document writer.
|
XHTMLDocumentWriter |
XHTMLDocumentWriter is a backend to write xHTML files
|
Copyright © 2005–2020. All rights reserved.