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

#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 = ""
 

Member Data Documentation

◆ fontAscii

std::string openword::ListLevel::fontAscii = ""

◆ format

NumberingFormat openword::ListLevel::format = NumberingFormat::Decimal

◆ hangingTwips

int openword::ListLevel::hangingTwips = 360

◆ indentTwips

int openword::ListLevel::indentTwips = 720

◆ jc

std::string openword::ListLevel::jc = "left"

◆ levelIndex

int openword::ListLevel::levelIndex = 0

◆ text

std::string openword::ListLevel::text

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