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

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() constopenword::Document
cloneRowAndSetValues(const std::string &search, const std::vector< std::map< std::string, std::string > > &values)openword::Document
convertLaTeXToOMML(const std::string &latex) constopenword::Document
convertMathMLToOMML(const std::string &mathml) constopenword::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::Documentexplicit
Document(const Document &)=deleteopenword::Document
elements() constopenword::Document
endnotes() constopenword::Document
finalSection()openword::Document
footnotes() constopenword::Document
load(gsl::czstring filepath)openword::Document
metadata() constopenword::Document
numbering()openword::Document
operator=(const Document &)=deleteopenword::Document
paragraphs() constopenword::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() constopenword::Document
validate(gsl::czstring partName, const SchemaValidator &validator, std::string &outErrors) constopenword::Document
~Document()openword::Document