the extra style More...
Public Member Functions | |
ExtraStyle () | |
constructor | |
bool | empty () const |
returns true if the style is empty | |
void | update (Style &style) const |
update the cell style |
Public Attributes | |
WPSColor | m_color |
the font color | |
WPSColor | m_backColor |
the backgroun color | |
int | m_format |
the format | |
int | m_flag |
the second flag: graph | |
int | m_borders |
the border |
the extra style
|
inline |
constructor
|
inline |
returns true if the style is empty
|
inline |
update the cell style
WPSColor LotusSpreadsheetInternal::ExtraStyle::m_backColor |
the backgroun color
Referenced by empty(), ExtraStyle(), LotusSpreadsheet::readExtraRowFormats(), and update().
int LotusSpreadsheetInternal::ExtraStyle::m_borders |
the border
Referenced by empty(), ExtraStyle(), LotusSpreadsheet::readExtraRowFormats(), and update().
WPSColor LotusSpreadsheetInternal::ExtraStyle::m_color |
the font color
Referenced by empty(), ExtraStyle(), LotusSpreadsheet::readExtraRowFormats(), and update().
int LotusSpreadsheetInternal::ExtraStyle::m_flag |
the second flag: graph
Referenced by ExtraStyle(), and LotusSpreadsheet::readExtraRowFormats().
int LotusSpreadsheetInternal::ExtraStyle::m_format |
the format
Referenced by empty(), ExtraStyle(), LotusSpreadsheet::readExtraRowFormats(), and update().