|
OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
|
This is the complete list of members for openword::Cell, including all inherited members.
| addHtml(const std::string &html) | openword::Cell | |
| addImage(gsl::czstring image_path, double scale=1.0, ImagePosition position=ImagePosition::Inline, long long xOffset=0, long long yOffset=0) | openword::Cell | |
| addParagraph(const std::string &text="") | openword::Cell | |
| addTable(int rows, int cols) | openword::Cell | |
| Cell(void *node) | openword::Cell | explicit |
| elements() const | openword::Cell | |
| gridSpan() const | openword::Cell | |
| paragraphs() const | openword::Cell | |
| replaceText(const std::string &search, const std::string &replace) | openword::Cell | |
| setBorders(const BorderSettings &top, const BorderSettings &bottom, const BorderSettings &left, const BorderSettings &right) | openword::Cell | |
| setBorders(const BorderSettings &all) | openword::Cell | |
| setShading(const std::string &hexColor) | openword::Cell | |
| setVertAlign(VerticalAlignment align) | openword::Cell | |
| setWidth(int twips, const std::string &type="dxa") | openword::Cell | |
| text() const | openword::Cell | |
| vMerge() const | openword::Cell |