a cell format in HanMacWrdJGraph More...
Public Member Functions | |
| CellFormat () | |
| constructor | |
Public Attributes | |
| MWAWColor | m_backColor |
| the background color | |
| std::vector< MWAWBorder > | m_borders |
| the border: order defined by MWAWBorder::Pos | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, CellFormat const &frmt) |
| operator<< | |
a cell format in HanMacWrdJGraph
| HanMacWrdJGraphInternal::CellFormat::CellFormat | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| CellFormat const & | frmt | ||
| ) | [friend] |
operator<<
the background color
Referenced by HanMacWrdJGraph::readTableFormatsList(), and HanMacWrdJGraphInternal::TableCell::update().
| std::vector<MWAWBorder> HanMacWrdJGraphInternal::CellFormat::m_borders |
the border: order defined by MWAWBorder::Pos
Referenced by HanMacWrdJGraph::readTableFormatsList(), and HanMacWrdJGraphInternal::TableCell::update().
| std::string HanMacWrdJGraphInternal::CellFormat::m_extra |
extra data
Referenced by HanMacWrdJGraph::readTableFormatsList().