Provide a simplified database access interface to the GRAMPS
database.
|
__init__(self,
doc)
Initialize the class with the real document |
source code
|
|
|
title(self,
text)
Writes the Title using the Title paragraph |
source code
|
|
|
header1(self,
text)
Writes the first level header using the Header1 paragraph |
source code
|
|
|
header2(self,
text)
Writes the second level header using the Header2 paragraph |
source code
|
|
|
header3(self,
text)
Writes the third level header using the Header3 paragraph |
source code
|
|
|
paragraph(self,
text)
Writes a paragraph using the Normal format |
source code
|
|