|
OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
|
#include <Document.h>
Public Attributes | |
| int | levelIndex = 0 |
| NumberingFormat | format = NumberingFormat::Decimal |
| std::string | text |
| std::string | jc = "left" |
| int | indentTwips = 720 |
| int | hangingTwips = 360 |
| std::string | fontAscii = "" |
| std::string openword::ListLevel::fontAscii = "" |
| NumberingFormat openword::ListLevel::format = NumberingFormat::Decimal |
| int openword::ListLevel::hangingTwips = 360 |
| int openword::ListLevel::indentTwips = 720 |
| std::string openword::ListLevel::jc = "left" |
| int openword::ListLevel::levelIndex = 0 |
| std::string openword::ListLevel::text |