a class used to store a style of a cell in LotusSpreadsheet More...
Public Member Functions | |
Style (libwps_tools_win::Font::Type type) | |
construtor | |
bool | isVisible () const |
returns true if the style has a background color and a border or a format type | |
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 | |
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 LotusSpreadsheet
LotusSpreadsheetInternal::Style::Style | ( | libwps_tools_win::Font::Type | type | ) | [inline] |
construtor
bool LotusSpreadsheetInternal::Style::isVisible | ( | ) | const [inline] |
returns true if the style has a background color and a border or a format type
Referenced by LotusSpreadsheet::sendSpreadsheet().
bool LotusSpreadsheetInternal::Style::operator!= | ( | Style const & | st | ) | const [inline] |
operator!=
bool LotusSpreadsheetInternal::Style::operator== | ( | Style const & | st | ) | const |
operator==
std::ostream& operator<< | ( | std::ostream & | o, |
Style const & | style | ||
) | [friend] |
operator<<
std::string LotusSpreadsheetInternal::Style::m_extra |
extra data
Referenced by LotusSpreadsheetInternal::operator<<(), and LotusSpreadsheet::readRowFormat().
font encoding type
Referenced by operator==(), LotusSpreadsheet::readRowFormat(), and LotusSpreadsheet::sendCellContent().