the cells definitions in a Microsoft Word Table More...
#include <MSWStruct.hxx>
Public Member Functions | |
| Cell () | |
| constructor | |
| void | insert (Cell const &cell) |
| update the cell data by merging | |
| bool | hasBorders () const |
| returns true if the cell has borders | |
Public Attributes | |
| std::vector< Variable < MWAWBorder > > | m_borders |
| the borders TLBR | |
| Variable< float > | m_backColor |
| the background gray color | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
| operator<< | |
the cells definitions in a Microsoft Word Table
| MSWStruct::Table::Cell::Cell | ( | ) | [inline] |
constructor
| bool MSWStruct::Table::Cell::hasBorders | ( | ) | const [inline] |
returns true if the cell has borders
Referenced by MSWStruct::operator<<().
| void MSWStruct::Table::Cell::insert | ( | Cell const & | cell | ) | [inline] |
update the cell data by merging
| std::ostream& operator<< | ( | std::ostream & | o, |
| Table::Cell const & | cell | ||
| ) | [friend] |
operator<<
the background gray color
Referenced by insert(), MSWStruct::operator<<(), and MSWText::sendTable().
| std::vector<Variable<MWAWBorder> > MSWStruct::Table::Cell::m_borders |
the borders TLBR
Referenced by hasBorders(), insert(), MSWStruct::operator<<(), MSWStruct::Table::read(), and MSWText::sendTable().
| std::string MSWStruct::Table::Cell::m_extra |
extra data
Referenced by insert(), MSWStruct::operator<<(), and MSWStruct::Table::read().