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

#include <Document.h>

Public Types

enum class  Type {
  Text , Integer , Boolean , Double ,
  Date
}
 

Public Attributes

Type type
 
std::string value
 

Member Enumeration Documentation

◆ Type

enum class openword::CustomProperty::Type
strong
Enumerator
Text 
Integer 
Boolean 
Double 
Date 

Member Data Documentation

◆ type

Type openword::CustomProperty::type

◆ value

std::string openword::CustomProperty::value

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