the table in a Microsoft Word file More...
#include <MsWrdStruct.hxx>
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 | |
| MWAWVariable< Cell > & | getCell (int id) |
| returns the ith Cell | |
Public Attributes | |
| MWAWVariable< float > | m_height |
| the row height in inches | |
| MWAWVariable < MWAWParagraph::Justification > | m_justify |
| the justification | |
| MWAWVariable< float > | m_indent |
| the indent | |
| MWAWVariable< std::vector < float > > | m_columns |
| the table columns | |
| MWAWVariable< std::vector < float > > | m_columnsWidthMod |
| the columns width modifier | |
| std::vector< MWAWVariable< Cell > > | m_cells |
| the table cells | |
| std::string | m_extra |
| the errors | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Table const &table) |
| operator<< | |
the table in a Microsoft Word file
| MsWrdStruct::Table::Table | ( | ) | [inline] |
constructor
| MWAWVariable< Table::Cell > & MsWrdStruct::Table::getCell | ( | int | id | ) |
| void MsWrdStruct::Table::insert | ( | Table const & | table | ) |
insert the new values
| bool MsWrdStruct::Table::read | ( | MWAWInputStreamPtr & | input, |
| long | endPos | ||
| ) |
try to read a data
| std::ostream& operator<< | ( | std::ostream & | o, |
| Table const & | table | ||
| ) | [friend] |
operator<<
| std::vector<MWAWVariable<Cell> > MsWrdStruct::Table::m_cells |
the table cells
Referenced by getCell(), insert(), MsWrdStruct::operator<<(), MsWrdText::prepareTableLimits(), and read().
| MWAWVariable<std::vector<float> > MsWrdStruct::Table::m_columns |
the table columns
Referenced by insert(), MsWrdStruct::operator<<(), MsWrdText::prepareTableLimits(), and read().
| MWAWVariable<std::vector<float> > MsWrdStruct::Table::m_columnsWidthMod |
the columns width modifier
Referenced by insert(), MsWrdStruct::operator<<(), and read().
| std::string MsWrdStruct::Table::m_extra |
the errors
Referenced by insert(), MsWrdStruct::operator<<(), and read().
the row height in inches
Referenced by insert(), MsWrdStruct::operator<<(), MsWrdText::prepareTableLimits(), and read().
the indent
Referenced by insert(), MsWrdStruct::operator<<(), and read().
the justification
Referenced by insert(), MsWrdStruct::operator<<(), and read().