MsWrdStruct::Table::Cell Struct Reference

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...
 

Detailed Description

the cells definitions in a Microsoft Word Table

Constructor & Destructor Documentation

MsWrdStruct::Table::Cell::Cell ( )
inline

constructor

Member Function Documentation

bool MsWrdStruct::Table::Cell::hasBorders ( ) const
inline

returns true if the cell has borders

Referenced by MsWrdStruct::operator<<().

void MsWrdStruct::Table::Cell::insert ( Cell const &  cell)
inline

update the cell data by merging

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Table::Cell const &  cell 
)
friend

operator<<

Member Data Documentation

MWAWVariable<float> MsWrdStruct::Table::Cell::m_backColor

the background gray color

Referenced by insert(), MsWrdStruct::operator<<(), and MsWrdText::sendTable().

std::vector<MWAWVariable<MWAWBorder> > MsWrdStruct::Table::Cell::m_borders
std::string MsWrdStruct::Table::Cell::m_extra

The documentation for this struct was generated from the following file:

Generated on Thu Jul 9 2015 20:26:41 for libmwaw by doxygen 1.8.8