__init__(self,
styles,
paper_style,
template)
(Constructor)
| source code
|
Create a BaseDoc instance, which provides a document generation
interface. This class should never be instantiated directly, but only
through a derived class.
- Parameters:
styles - StyleSheet containing the styles used.
paper_style - PaperStyle instance containing information about the paper. If
set to None, then the document is not a page oriented document
(e.g. HTML)
template - Format template for document generators that are not page
oriented.
|