|
OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
|
This is the complete list of members for openword::Document, including all inherited members.
| addChart(ChartType type, const std::vector< ChartSeries > &series, const ChartOptions &options=ChartOptions()) | openword::Document | |
| addHtml(const std::string &html) | openword::Document | |
| addParagraph(const std::string &text="") | openword::Document | |
| addStyle(gsl::czstring styleId, gsl::czstring name) | openword::Document | |
| addTable(int rows, int cols) | openword::Document | |
| addTableOfContents(gsl::czstring title="Table of Contents", int max_levels=3, TOCLeader leader=TOCLeader::Dot) | openword::Document | |
| addWatermark(const std::string &text) | openword::Document | |
| charts() const | openword::Document | |
| cloneRowAndSetValues(const std::string &search, const std::vector< std::map< std::string, std::string > > &values) | openword::Document | |
| convertLaTeXToOMML(const std::string &latex) const | openword::Document | |
| convertMathMLToOMML(const std::string &mathml) const | openword::Document | |
| createComment(const std::string &text, const std::string &author="Author", const std::string &initials="") | openword::Document | |
| createEndnote(const std::string &text) | openword::Document | |
| createFootnote(const std::string &text) | openword::Document | |
| Document() | openword::Document | |
| Document(const std::string &templatePath) | openword::Document | explicit |
| Document(const Document &)=delete | openword::Document | |
| elements() const | openword::Document | |
| endnotes() const | openword::Document | |
| finalSection() | openword::Document | |
| footnotes() const | openword::Document | |
| load(gsl::czstring filepath) | openword::Document | |
| metadata() const | openword::Document | |
| numbering() | openword::Document | |
| operator=(const Document &)=delete | openword::Document | |
| paragraphs() const | openword::Document | |
| replaceText(const std::string &search, const std::string &replace) | openword::Document | |
| save(gsl::czstring filepath) | openword::Document | |
| setEvenAndOddHeaders(bool val=true) | openword::Document | |
| setMetadata(const Metadata &meta) | openword::Document | |
| styles() | openword::Document | |
| tables() const | openword::Document | |
| validate(gsl::czstring partName, const SchemaValidator &validator, std::string &outErrors) const | openword::Document | |
| ~Document() | openword::Document |