small struct used to defined cell style More...
Public Member Functions | |
CellStyle () | |
constructor More... | |
Public Attributes | |
int | m_borders |
the borders More... | |
int | m_bordersId [4] |
the border line id More... | |
int | m_colorsId [2] |
the color id : surface, shadow ? More... | |
int | m_fontId |
the font id More... | |
int | m_formatId |
the format id More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, CellStyle const &cell) |
operator<< More... | |
small struct used to defined cell style
|
inline |
constructor
|
friend |
operator<<
int LotusStyleManagerInternal::CellStyle::m_borders |
the borders
Referenced by LotusStyleManager::readCellStyle(), and LotusStyleManager::updateCellStyle().
int LotusStyleManagerInternal::CellStyle::m_bordersId[4] |
the border line id
Referenced by CellStyle(), and LotusStyleManager::readCellStyle().
int LotusStyleManagerInternal::CellStyle::m_colorsId[2] |
the color id : surface, shadow ?
Referenced by CellStyle(), LotusStyleManager::readCellStyle(), and LotusStyleManager::updateCellStyle().
std::string LotusStyleManagerInternal::CellStyle::m_extra |
extra data
Referenced by LotusStyleManager::readCellStyle().
int LotusStyleManagerInternal::CellStyle::m_fontId |
the font id
Referenced by LotusStyleManager::readCellStyle(), and LotusStyleManager::updateCellStyle().
int LotusStyleManagerInternal::CellStyle::m_formatId |
the format id
Referenced by LotusStyleManager::readCellStyle().