MSWTextInternal::Table Struct Reference

Internal and low level: a structure to store a table of a MSWText. More...

Inheritance diagram for MSWTextInternal::Table:
MWAWTable

List of all members.

Public Member Functions

 Table ()
 constructor

Public Attributes

std::vector< long > m_cellPos
 the list of cPos corresponding to cells limits
std::vector< long > m_delimiterPos
 the list of the delimiter cPos (ie. end of each cell)
float m_height
 the row height
MWAWColor m_backgroundColor
 the background color
std::vector< Variable
< MSWStruct::Table::Cell > > 
m_cells
 the table cells

Detailed Description

Internal and low level: a structure to store a table of a MSWText.


Constructor & Destructor Documentation

constructor


Member Data Documentation

the list of cPos corresponding to cells limits

Referenced by MSWText::sendTable().

the list of the delimiter cPos (ie. end of each cell)

the row height

Referenced by MSWText::sendTable().


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