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
|
friend |
operator<<
int LotusStyleManagerInternal::CellStyle::m_borders |
the borders
int LotusStyleManagerInternal::CellStyle::m_bordersId[4] |
the border line id
Referenced by CellStyle().
WPSBorder LotusStyleManagerInternal::CellStyle::m_bordersStyle[4] |
the cell border
Referenced by CellStyle().
int LotusStyleManagerInternal::CellStyle::m_colorsId[2] |
the color id : surface, shadow ?
Referenced by CellStyle().
ColorStyle LotusStyleManagerInternal::CellStyle::m_colorStyle |
the color style
std::string LotusStyleManagerInternal::CellStyle::m_extra |
extra data
int LotusStyleManagerInternal::CellStyle::m_fontId |
the font id
FontStyle LotusStyleManagerInternal::CellStyle::m_fontStyle |
the font style
int LotusStyleManagerInternal::CellStyle::m_formatId |
the format id
WPSCellFormat::HorizontalAlignment LotusStyleManagerInternal::CellStyle::m_hAlign |
the horizontal align
int LotusStyleManagerInternal::CellStyle::m_rotation |
the rotation
WPSCellFormat::VerticalAlignment LotusStyleManagerInternal::CellStyle::m_vAlign |
the vertical align
WPSCellFormat::Wrapping LotusStyleManagerInternal::CellStyle::m_wrapping |
the wrapping