MSWStruct::Table::Cell Struct Reference

the cells definitions in a Microsoft Word Table More...

#include <MSWStruct.hxx>

List of all members.

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

Detailed Description

the cells definitions in a Microsoft Word Table


Constructor & Destructor Documentation

constructor


Member Function Documentation

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


Friends And Related Function Documentation

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

operator<<


Member Data Documentation


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