Internal: the table of a HanMacWrdJGraph.
More...
|
| Table (HanMacWrdJGraph &parser) |
| constructor
|
|
| ~Table () final |
| destructor
|
|
void | updateCells () |
| update all cells using the formats list
|
|
bool | sendText (long id, long cPos) const |
| send a text zone
|
|
| 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
|
|
Internal: the table of a HanMacWrdJGraph.
◆ Table() [1/2]
◆ ~Table()
HanMacWrdJGraphInternal::Table::~Table |
( |
| ) |
|
|
final |
◆ Table() [2/2]
HanMacWrdJGraphInternal::Table::Table |
( |
Table const & |
orig | ) |
|
|
privatedelete |
◆ operator=()
Table & HanMacWrdJGraphInternal::Table::operator= |
( |
Table const & |
orig | ) |
|
|
privatedelete |
◆ sendText()
bool HanMacWrdJGraphInternal::Table::sendText |
( |
long |
id, |
|
|
long |
cPos |
|
) |
| const |
|
inline |
◆ updateCells()
void HanMacWrdJGraphInternal::Table::updateCells |
( |
| ) |
|
update all cells using the formats list
◆ m_columns
int HanMacWrdJGraphInternal::Table::m_columns |
◆ m_formatsList
std::vector<CellFormat> HanMacWrdJGraphInternal::Table::m_formatsList |
◆ m_height
int HanMacWrdJGraphInternal::Table::m_height |
◆ m_parser
◆ m_rows
int HanMacWrdJGraphInternal::Table::m_rows |
◆ m_textFileId
long HanMacWrdJGraphInternal::Table::m_textFileId |
The documentation for this struct was generated from the following file: