Internal and low level: a structure to store a table of a MSWText. More...
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 |
Internal and low level: a structure to store a table of a MSWText.
MSWTextInternal::Table::Table | ( | ) | [inline] |
constructor
the background color
Referenced by MSWText::sendTable().
std::vector<long> MSWTextInternal::Table::m_cellPos |
the list of cPos corresponding to cells limits
Referenced by MSWText::sendTable().
std::vector<Variable<MSWStruct::Table::Cell> > MSWTextInternal::Table::m_cells |
the table cells
Referenced by MSWText::sendTable().
std::vector<long> MSWTextInternal::Table::m_delimiterPos |
the list of the delimiter cPos (ie. end of each cell)
the row height
Referenced by MSWText::sendTable().