|
| Table () |
| constructor
|
|
| ~Table () final |
| destructor
|
|
Cell * | get (int id) |
| return a cell corresponding to id
|
|
| MWAWTable (uint32_t givenData=BoxBit) |
| the constructor
|
|
virtual | ~MWAWTable () |
| the destructor
|
|
void | add (std::shared_ptr< MWAWCell > cell) |
| add a new cells
|
|
bool | mergeBorders () const |
| returns true if we need to merge borders
|
|
bool | setMergeBorders (bool val) |
| sets the merge borders' value
|
|
void | setAlignment (Alignment align, float leftMargin=0, float rightMargin=0) |
| defines the current alignment
|
|
int | numCells () const |
| returns the number of cell
|
|
std::vector< float > const & | getRowsSize () const |
| returns the row size if defined (in point)
|
|
void | setRowsSize (std::vector< float > const &rSize) |
| define the row size (in point)
|
|
std::vector< float > const & | getColsSize () const |
| returns the columns size if defined (in point)
|
|
void | setColsSize (std::vector< float > const &cSize) |
| define the columns size (in point)
|
|
std::shared_ptr< MWAWCell > | get (int id) |
| returns the i^th cell
|
|
bool | updateTable () |
| try to build the table structures
|
|
bool | hasExtraLines () |
| returns true if the table has extralines
|
|
bool | sendTable (MWAWListenerPtr listener, bool inFrame=true) |
| try to send the table
|
|
bool | sendAsText (MWAWListenerPtr listener) |
| try to send the table as basic text
|
|
void | addTablePropertiesTo (librevenge::RVNGPropertyList &propList) const |
| adds the table properties to propList
|
|
◆ Table()
MacWrtProStructuresInternal::Table::Table |
( |
| ) |
|
|
inline |
◆ ~Table()
MacWrtProStructuresInternal::Table::~Table |
( |
| ) |
|
|
final |
◆ get()
Cell * MacWrtProStructuresInternal::Table::get |
( |
int |
id | ) |
|
|
inline |
return a cell corresponding to id
The documentation for this struct was generated from the following file: