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

#include <Document.h>

Public Attributes

int top = 1440
 
int right = 1440
 
int bottom = 1440
 
int left = 1440
 
int header = 720
 
int footer = 720
 
int gutter = 0
 

Member Data Documentation

◆ bottom

int openword::Margins::bottom = 1440

◆ footer

int openword::Margins::footer = 720

◆ gutter

int openword::Margins::gutter = 0

◆ header

int openword::Margins::header = 720

◆ left

int openword::Margins::left = 1440

◆ right

int openword::Margins::right = 1440

◆ top

int openword::Margins::top = 1440

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