Internal: the cell style of a WingzParser. More...
Public Member Functions | |
| Style () | |
| constructor | |
Public Attributes | |
| MWAWFont | m_font |
| the font | |
| MWAWColor | m_backgroundColor |
| the cell background color | |
| MWAWColor | m_lineColor |
| the line color (if needed) | |
| std::string | m_format |
| the cell custom format (if known) | |
Internal: the cell style of a WingzParser.
| WingzParserInternal::Style::Style | ( | ) | [inline] |
constructor
the cell background color
Referenced by WingzParser::readSpreadsheetCellList(), and WingzParser::readSpreadsheetStyle().
the font
Referenced by WingzParser::readSpreadsheetCellList(), and WingzParser::readSpreadsheetStyle().
| std::string WingzParserInternal::Style::m_format |
the cell custom format (if known)
the line color (if needed)
Referenced by WingzParser::readSpreadsheetStyle().