Internal: class to store a table: list of cells. More...
Public Member Functions | |
Table () | |
constructor More... | |
![]() | |
WPSTable () | |
the constructor More... | |
virtual | ~WPSTable () |
the destructor More... | |
void | add (WPSCellPtr &cell) |
add a new cells More... | |
int | numCells () const |
returns the number of cell More... | |
WPSCellPtr | getCell (int id) |
returns the i^th cell More... | |
bool | sendTable (WPSContentListenerPtr listener) |
try to send the table More... | |
bool | sendAsText (WPSContentListenerPtr listener) |
try to send the table as basic text More... | |
Public Attributes | |
int | m_id |
the table id More... | |
bool | m_parsed |
a bool to know if the table has been parsed More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Table const &table) |
operator<< More... | |
Additional Inherited Members | |
![]() | |
bool | buildStructures () |
create the correspondance list, ... More... | |
![]() | |
std::vector< WPSCellPtr > | m_cellsList |
the list of cells More... | |
std::vector< float > | m_rowsSize |
the final row and col size (in point) More... | |
std::vector< float > | m_colsSize |
Internal: class to store a table: list of cells.
|
inline |
constructor
|
friend |
operator<<
int WPS8TableInternal::Table::m_id |
the table id
Referenced by WPS8TableInternal::operator<<().
|
mutable |
a bool to know if the table has been parsed