Representation of a stylesheet. More...
#include <IWORKStylesheet.h>
Public Member Functions | |
IWORKStylesheet () | |
IWORKStylePtr_t | find (const std::string &name) const |
try to return a style in a spreadsheet with a given name | |
Public Attributes | |
IWORKStylesheetPtr_t | parent |
IWORKStyleMap_t | m_styles |
Representation of a stylesheet.
Stylesheets are nested; the hierarchy is:
ident
attribute, not its ID. libetonyek::IWORKStylesheet::IWORKStylesheet | ( | ) |
Referenced by find().
IWORKStylePtr_t libetonyek::IWORKStylesheet::find | ( | const std::string & | name | ) | const |
try to return a style in a spreadsheet with a given name
IWORKStyleMap_t libetonyek::IWORKStylesheet::m_styles |
Referenced by find(), and IWORKStylesheet().
IWORKStylesheetPtr_t libetonyek::IWORKStylesheet::parent |
Referenced by find(), and IWORKStylesheet().