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

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::Cellexplicit
elements() constopenword::Cell
gridSpan() constopenword::Cell
paragraphs() constopenword::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() constopenword::Cell
vMerge() constopenword::Cell