a cell format in HMWJGraph 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 HMWJGraph
| HMWJGraphInternal::CellFormat::CellFormat | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| CellFormat const & | frmt | ||
| ) | [friend] |
operator<<
the background color
Referenced by HMWJGraph::readTableFormatsList(), and HMWJGraphInternal::TableCell::update().
| std::vector<MWAWBorder> HMWJGraphInternal::CellFormat::m_borders |
the border: order defined by MWAWBorder::Pos
Referenced by HMWJGraph::readTableFormatsList(), and HMWJGraphInternal::TableCell::update().
| std::string HMWJGraphInternal::CellFormat::m_extra |
extra data
Referenced by HMWJGraph::readTableFormatsList().