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

#include <Document.h>

Public Attributes

std::string title
 
std::string subject
 
std::string author
 
std::string keywords
 
std::string comments
 
std::string lastModifiedBy
 
std::string category
 
std::string company
 
std::string manager
 
std::string hyperlinkBase
 
std::map< std::string, CustomPropertycustomProperties
 

Member Data Documentation

◆ author

std::string openword::Metadata::author

◆ category

std::string openword::Metadata::category

◆ comments

std::string openword::Metadata::comments

◆ company

std::string openword::Metadata::company

◆ customProperties

std::map<std::string, CustomProperty> openword::Metadata::customProperties

◆ hyperlinkBase

std::string openword::Metadata::hyperlinkBase

◆ keywords

std::string openword::Metadata::keywords

◆ lastModifiedBy

std::string openword::Metadata::lastModifiedBy

◆ manager

std::string openword::Metadata::manager

◆ subject

std::string openword::Metadata::subject

◆ title

std::string openword::Metadata::title

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