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::Header Class Reference

#include <Document.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ Header()

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

Member Function Documentation

◆ addHtml()

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

◆ addParagraph()

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

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