svn: r3925
This commit is contained in:
Don Allingham
2005-01-18 03:15:40 +00:00
parent 201027b021
commit 15a8260ba4
2 changed files with 28 additions and 0 deletions

View File

@ -1191,6 +1191,12 @@ class BaseDoc:
def add_draw_style(self,name,style):
self.draw_styles[name] = GraphicsStyle(style)
def get_draw_style(self,name):
return self.draw_styles[name]
def get_style(self,name):
return self.style_list[name]
def add_table_style(self,name,style):
"""
Adds the TableStyle with the specfied name.