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