a class used to store a style of a cell in QuattroSpreadsheet 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 | |
libwps_tools_win::Font::Type | m_fontType |
font encoding type | |
int | m_fileFormat |
the file format | |
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 QuattroSpreadsheet
QuattroSpreadsheetInternal::Style::Style | ( | libwps_tools_win::Font::Type | type | ) | [inline] |
construtor
bool QuattroSpreadsheetInternal::Style::operator!= | ( | Style const & | st | ) | const [inline] |
operator!=
bool QuattroSpreadsheetInternal::Style::operator== | ( | Style const & | st | ) | const |
operator==
std::ostream& operator<< | ( | std::ostream & | o, |
Style const & | style | ||
) | [friend] |
operator<<
std::string QuattroSpreadsheetInternal::Style::m_extra |
extra data
Referenced by QuattroSpreadsheetInternal::operator<<(), and operator==().
the file format
Referenced by QuattroSpreadsheetInternal::operator<<(), and operator==().
font encoding type
Referenced by operator==().