Interface into the user's defined style sheets. Each StyleSheetList
has a predefined default style specified by the report. Additional styles
are loaded from a specified XML file if it exists.
|
__init__(self,
filename,
defstyle)
Create a new StyleSheetList from the specified default style and any
other styles that may be defined in the specified file. |
source code
|
|
|
|
|
get_style_sheet_map(self)
Return the map of names to styles. |
source code
|
|
|
|
|
get_style_names(self)
Return a list of all the style names in the StyleSheetList |
source code
|
|
|
|
|
save(self)
Saves the current StyleSheet definitions to the associated file. |
source code
|
|
|
parse(self)
Loads the StyleSheets from the associated file, if it exists. |
source code
|
|