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