Internal: the border of a ClarisWksTable. More...
Public Member Functions | |
| Border () | |
| the constructor | |
Public Attributes | |
| MWAWVec2i | m_position [2] |
| the origin and the end of edge position : unit librevenge::RVNG_POINT/256 | |
| int | m_styleId |
| the style id | |
| bool | m_isSent |
| a flag to know if the border is already sent | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Border const &bord) |
| operator<< | |
Internal: the border of a ClarisWksTable.
| ClarisWksTableInternal::Border::Border | ( | ) | [inline] |
the constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Border const & | bord | ||
| ) | [friend] |
operator<<
bool ClarisWksTableInternal::Border::m_isSent [mutable] |
a flag to know if the border is already sent
Referenced by ClarisWksTableInternal::TableCell::update().
the origin and the end of edge position : unit librevenge::RVNG_POINT/256
Referenced by ClarisWksTable::readTableBorders().
the style id
Referenced by ClarisWksTable::readTableBorders(), and ClarisWksTableInternal::TableCell::update().