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