virtual ~WPSTable()
the destructor
Definition: WPSTable.cpp:42
shared_ptr< WPSContentListener > WPSContentListenerPtr
Definition: WPSCell.h:38
std::vector< WPSCellPtr > m_cellsList
the list of cells
Definition: WPSTable.h:79
bool buildStructures()
create the correspondance list, ...
Definition: WPSTable.cpp:63
Definition: WPSContentListener.h:168
a structure used to defined the cell position, and a format
Definition: WPSCell.h:119
std::vector< float > m_colsSize
Definition: WPSTable.h:81
WPSCellPtr getCell(int id)
returns the i^th cell
Definition: WPSTable.cpp:51
std::vector< float > m_rowsSize
the final row and col size (in point)
Definition: WPSTable.h:81
int numCells() const
returns the number of cell
Definition: WPSTable.h:58
bool sendAsText(WPSContentListenerPtr listener)
try to send the table as basic text
Definition: WPSTable.cpp:253
WPSTable()
the constructor
Definition: WPSTable.h:49
bool sendTable(WPSContentListenerPtr listener)
try to send the table
Definition: WPSTable.cpp:181
Definition: WPSTable.h:45
void add(WPSCellPtr &cell)
add a new cells
Definition: WPSTable.cpp:46
shared_ptr< WPSCell > WPSCellPtr
Definition: WPSCell.h:235