2003-07-28 Tim Waugh <twaugh@redhat.com>
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: More support for
making printable output formats.
* src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: Make these
output formats printable.
svn: r1936
This commit is contained in:
@@ -1056,6 +1056,9 @@ class TextDoc:
|
||||
"Closes the document"
|
||||
pass
|
||||
|
||||
def print_report(self):
|
||||
pass
|
||||
|
||||
def line_break(self):
|
||||
"Forces a line break within a paragraph"
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user