small struct used to defined cell style More...
Public Member Functions | |
CellStyle (libwps_tools_win::Font::Type fontType) | |
constructor |
Public Attributes | |
int | m_borders |
the borders | |
int | m_bordersId [4] |
the border line id | |
int | m_colorsId [2] |
the color id : surface, shadow ? | |
int | m_fontId |
the font id | |
int | m_formatId |
the format id | |
ColorStyle | m_colorStyle |
the color style | |
FontStyle | m_fontStyle |
the font style | |
WPSCellFormat::HorizontalAlignment | m_hAlign |
the horizontal align | |
WPSCellFormat::VerticalAlignment | m_vAlign |
the vertical align | |
WPSCellFormat::Wrapping | m_wrapping |
the wrapping | |
int | m_rotation |
the rotation | |
WPSBorder | m_bordersStyle [4] |
the cell border | |
std::string | m_extra |
extra data |
Friends | |
std::ostream & | operator<< (std::ostream &o, CellStyle const &cell) |
operator<< |
small struct used to defined cell style
|
inlineexplicit |
constructor
Referenced by operator<<.
|
friend |
operator<<
int LotusStyleManagerInternal::CellStyle::m_borders |
the borders
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2().
int LotusStyleManagerInternal::CellStyle::m_bordersId[4] |
the border line id
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2().
WPSBorder LotusStyleManagerInternal::CellStyle::m_bordersStyle[4] |
the cell border
Referenced by CellStyle(), and LotusStyleManager::readCellStyleE6().
int LotusStyleManagerInternal::CellStyle::m_colorsId[2] |
the color id : surface, shadow ?
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2().
ColorStyle LotusStyleManagerInternal::CellStyle::m_colorStyle |
the color style
Referenced by CellStyle(), LotusStyleManager::readCellStyleD2Data(), and LotusStyleManager::readCellStyleE6().
std::string LotusStyleManagerInternal::CellStyle::m_extra |
extra data
Referenced by CellStyle(), operator<<, LotusStyleManager::readCellStyleD2(), and LotusStyleManager::readCellStyleD2Data().
int LotusStyleManagerInternal::CellStyle::m_fontId |
the font id
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2().
FontStyle LotusStyleManagerInternal::CellStyle::m_fontStyle |
the font style
Referenced by CellStyle(), LotusStyleManager::readCellStyleD2Data(), and LotusStyleManager::readCellStyleE6().
int LotusStyleManagerInternal::CellStyle::m_formatId |
the format id
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2().
WPSCellFormat::HorizontalAlignment LotusStyleManagerInternal::CellStyle::m_hAlign |
the horizontal align
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2Data().
int LotusStyleManagerInternal::CellStyle::m_rotation |
the rotation
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2Data().
WPSCellFormat::VerticalAlignment LotusStyleManagerInternal::CellStyle::m_vAlign |
the vertical align
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2Data().
WPSCellFormat::Wrapping LotusStyleManagerInternal::CellStyle::m_wrapping |
the wrapping
Referenced by CellStyle(), operator<<, and LotusStyleManager::readCellStyleD2Data().