OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
Loading...
Searching...
No Matches
openword::Table Member List

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() constopenword::Table
gridSpan() constopenword::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() constopenword::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::Tableexplicit
text() constopenword::Table
vMerge() constopenword::Table