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