|
OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
|
This is the complete list of members for openword::Section, including all inherited members.
| addFooter(HeaderFooterType type=HeaderFooterType::Default) | openword::Section | |
| addHeader(HeaderFooterType type=HeaderFooterType::Default) | openword::Section | |
| removeFooter(HeaderFooterType type=HeaderFooterType::Default) | openword::Section | |
| removeHeader(HeaderFooterType type=HeaderFooterType::Default) | openword::Section | |
| Section(void *node) | openword::Section | explicit |
| setColumns(int count, int spaceTwips=720) | openword::Section | |
| setMargins(const Margins &margins) | openword::Section | |
| setPageSize(uint32_t w_twips, uint32_t h_twips, Orientation orient=Orientation::Portrait) | openword::Section |