Add name keys for indexing in reports

svn: r6809
This commit is contained in:
Brian Matherly
2006-05-29 02:52:14 +00:00
parent 4527627bd9
commit 1d225c91db
18 changed files with 159 additions and 72 deletions

View File

@@ -401,7 +401,7 @@ class RTFDoc(BaseDoc.BaseDoc):
# the form of \`XX. Make sure to escape braces.
#
#--------------------------------------------------------------------
def write_text(self,text):
def write_text(self,text,key=""):
if self.opened == 0:
self.opened = 1
self.text = self.text + '{%s ' % self.font_type