the cells definitions in a Microsoft Word Table
More...
#include <MsWrdStruct.hxx>
|
| Cell () |
| constructor
|
|
void | insert (Cell const &cell) |
| update the cell data by merging
|
|
bool | hasBorders () const |
| returns true if the cell has borders
|
|
|
std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
| operator<<
|
|
the cells definitions in a Microsoft Word Table
◆ Cell()
MsWrdStruct::Table::Cell::Cell |
( |
| ) |
|
|
inline |
◆ hasBorders()
bool MsWrdStruct::Table::Cell::hasBorders |
( |
| ) |
const |
|
inline |
returns true if the cell has borders
◆ insert()
void MsWrdStruct::Table::Cell::insert |
( |
Cell const & |
cell | ) |
|
|
inline |
update the cell data by merging
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
o, |
|
|
Table::Cell const & |
cell |
|
) |
| |
|
friend |
◆ m_backColor
the background gray color
Referenced by insert().
◆ m_borders
◆ m_extra
std::string MsWrdStruct::Table::Cell::m_extra |
The documentation for this struct was generated from the following file: