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
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
MWAWColor HanMacWrdJGraphInternal::CellFormat::m_backColor |
the background color
Referenced by CellFormat(), operator<<, HanMacWrdJGraph::readTableFormatsList(), and HanMacWrdJGraphInternal::TableCell::update().
std::vector<MWAWBorder> HanMacWrdJGraphInternal::CellFormat::m_borders |
the border: order defined by MWAWBorder::Pos
Referenced by CellFormat(), operator<<, HanMacWrdJGraph::readTableFormatsList(), and HanMacWrdJGraphInternal::TableCell::update().
std::string HanMacWrdJGraphInternal::CellFormat::m_extra |
extra data
Referenced by CellFormat(), operator<<, and HanMacWrdJGraph::readTableFormatsList().