OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
openword::Footer Class Reference

#include <Document.h>

Public Member Functions

 Footer (void *node)
 
Paragraph addParagraph (const std::string &text="")
 
void addHtml (const std::string &html)
 

Constructor & Destructor Documentation

◆ Footer()

openword::Footer::Footer ( void *  node)
explicit

Member Function Documentation

◆ addHtml()

void openword::Footer::addHtml ( const std::string &  html)

◆ addParagraph()

Paragraph openword::Footer::addParagraph ( const std::string &  text = "")

The documentation for this class was generated from the following file: