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