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