MSWStruct::Table Struct Reference

the table in a Microsoft Word file More...

#include <MSWStruct.hxx>

List of all members.

Classes

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

Public Member Functions

 Table ()
 constructor
void insert (Table const &table)
 insert the new values
bool read (MWAWInputStreamPtr &input, long endPos)
 try to read a data
Variable< Cell > & getCell (int id)
 returns the ith Cell

Public Attributes

Variable< float > m_height
 the row height in inches
Variable
< MWAWParagraph::Justification
m_justify
 the justification
Variable< float > m_indent
 the indent
Variable< std::vector< float > > m_columns
 the table columns
Variable< std::vector< float > > m_columnsWidthMod
 the columns width modifier
std::vector< Variable< Cell > > m_cells
 the table cells
std::string m_extra
 the errors

Friends

std::ostream & operator<< (std::ostream &o, Table const &table)
 operator<<

Detailed Description

the table in a Microsoft Word file


Constructor & Destructor Documentation

constructor


Member Function Documentation

returns the ith Cell

Referenced by read().

void MSWStruct::Table::insert ( Table const &  table)

insert the new values

bool MSWStruct::Table::read ( MWAWInputStreamPtr input,
long  endPos 
)

try to read a data


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

Variable<std::vector<float> > MSWStruct::Table::m_columns

the table columns

Referenced by insert(), MSWStruct::operator<<(), MSWText::prepareTableLimits(), and read().

the columns width modifier

Referenced by insert(), MSWStruct::operator<<(), and read().

the errors

Referenced by insert(), MSWStruct::operator<<(), and read().


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