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::BorderSettings Struct Reference

#include <Document.h>

Public Attributes

BorderStyle style = BorderStyle::Single
 
int size = 4
 
std::string color = "auto"
 

Member Data Documentation

◆ color

std::string openword::BorderSettings::color = "auto"

◆ size

int openword::BorderSettings::size = 4

◆ style

BorderStyle openword::BorderSettings::style = BorderStyle::Single

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