|
OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
|
This is the complete list of members for openword::Table, including all inherited members.
| cell(int row, int col) | openword::Table | |
| cloneAfter() | openword::Table | |
| elements() const | openword::Table | |
| gridSpan() const | openword::Table | |
| insertParagraphAfter(const std::string &text="") | openword::Table | |
| mergeCells(int startRow, int startCol, int endRow, int endCol) | openword::Table | |
| remove() | openword::Table | |
| replaceText(const std::string &search, const std::string &replace) | openword::Table | |
| row(int rowIndex) | openword::Table | |
| rows() const | openword::Table | |
| setAlignment(gsl::czstring align) | openword::Table | |
| setBorders(const BorderSettings &all) | openword::Table | |
| setBorders(const BorderSettings &outer, const BorderSettings &inner) | openword::Table | |
| setBorders(const BorderSettings &top, const BorderSettings &bottom, const BorderSettings &left, const BorderSettings &right, const BorderSettings &insideH, const BorderSettings &insideV) | openword::Table | |
| setColumnWidth(int colIndex, int twips) | openword::Table | |
| setColumnWidths(const std::vector< int > &twipsList) | openword::Table | |
| Table(void *node) | openword::Table | explicit |
| text() const | openword::Table | |
| vMerge() const | openword::Table |