a class used to store a style of a cell in WKS4Spreadsheet More...
Public Member Functions | |
Style (libwps_tools_win::Font::Type type) | |
construtor | |
bool | operator== (Style const &st) const |
operator== | |
bool | operator!= (Style const &st) const |
operator!= | |
Public Attributes | |
WPSFont | m_font |
the font | |
libwps_tools_win::Font::Type | m_fontType |
font encoding type | |
int | m_unknFlags [10] |
some flag | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Style const &style) |
operator<< |
a class used to store a style of a cell in WKS4Spreadsheet
WKS4SpreadsheetInternal::Style::Style | ( | libwps_tools_win::Font::Type | type | ) | [inline] |
construtor
bool WKS4SpreadsheetInternal::Style::operator!= | ( | Style const & | st | ) | const [inline] |
operator!=
bool WKS4SpreadsheetInternal::Style::operator== | ( | Style const & | st | ) | const |
operator==
std::ostream& operator<< | ( | std::ostream & | o, |
Style const & | style | ||
) | [friend] |
operator<<
std::string WKS4SpreadsheetInternal::Style::m_extra |
extra data
Referenced by WKS4SpreadsheetInternal::operator<<(), and operator==().
the font
Reimplemented from WPSCellFormat.
Referenced by WKS4SpreadsheetInternal::operator<<(), and operator==().
font encoding type
some flag
Referenced by WKS4SpreadsheetInternal::operator<<(), operator==(), and Style().