a class used to store a style of a cell in WKS4Spreadsheet More...
Public Member Functions | |
Style () | |
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 | ( | ) | [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<<(), operator==(), and WKS4Spreadsheet::readStyle().
the font
Reimplemented from WPSCellFormat.
Referenced by WKS4SpreadsheetInternal::operator<<(), operator==(), WKS4Spreadsheet::readDOSCellExtraProperty(), WKS4Spreadsheet::readDOSCellProperty(), WKS4Spreadsheet::readDOSFieldProperty(), WKS4Spreadsheet::readStyle(), and WKS4Spreadsheet::sendCellContent().
font encoding type
Referenced by WKS4Spreadsheet::readStyle(), and WKS4Spreadsheet::sendCellContent().