|
OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
|
This is the complete list of members for openword::Paragraph, including all inherited members.
| addEndnoteReference(int endnoteId) | openword::Paragraph | |
| addEquation(const std::string &omml) | openword::Paragraph | |
| addFootnoteReference(int footnoteId) | openword::Paragraph | |
| addHyperlink(gsl::czstring text, gsl::czstring url) | openword::Paragraph | |
| addImage(gsl::czstring image_path, double scale=1.0, ImagePosition position=ImagePosition::Inline, long long xOffset=0, long long yOffset=0) | openword::Paragraph | |
| addInternalLink(gsl::czstring text, gsl::czstring bookmarkName) | openword::Paragraph | |
| addPageNumber() | openword::Paragraph | |
| addRawXml(const std::string &xml) | openword::Paragraph | |
| addRun(const std::string &text="") | openword::Paragraph | |
| addTextBox(long long widthEMU, long long heightEMU, long long xOffsetEMU=0, long long yOffsetEMU=0) | openword::Paragraph | |
| addTotalPages() | openword::Paragraph | |
| alignment() const | openword::Paragraph | |
| appendSectionBreak() | openword::Paragraph | |
| cloneAfter() | openword::Paragraph | |
| insertBookmark(gsl::czstring name) | openword::Paragraph | |
| insertParagraphAfter(const std::string &text="") | openword::Paragraph | |
| insertTableAfter(int rows, int cols) | openword::Paragraph | |
| isList() const | openword::Paragraph | |
| listLevel() const | openword::Paragraph | |
| Paragraph(void *node) | openword::Paragraph | explicit |
| remove() | openword::Paragraph | |
| replaceText(const std::string &search, const std::string &replace) | openword::Paragraph | |
| runs() const | openword::Paragraph | |
| setAlignment(gsl::czstring align) | openword::Paragraph | |
| setBorders(const BorderSettings &top, const BorderSettings &bottom, const BorderSettings &left, const BorderSettings &right) | openword::Paragraph | |
| setBorders(const BorderSettings &all) | openword::Paragraph | |
| setIndentation(int leftTwips, int rightTwips, int firstLineTwips=0, int hangingTwips=0) | openword::Paragraph | |
| setList(int numId, int level=0) | openword::Paragraph | |
| setOutlineLevel(int level) | openword::Paragraph | |
| setShading(const std::string &hexColor) | openword::Paragraph | |
| setSpacing(int beforeTwips, int afterTwips, int lineSpacing=-1, gsl::czstring lineRule="auto") | openword::Paragraph | |
| setStyle(gsl::czstring styleId) | openword::Paragraph | |
| styleId() const | openword::Paragraph | |
| text() const | openword::Paragraph |