19#ifndef FILE_CORE_PROPERTIES_H
20#define FILE_CORE_PROPERTIES_H
22#include "CoreProperty.h"
31 CoreProperty properties[CoreProperty::undefinedCoreProperty];
Definition CoreProperty.h:29
TypeProperty
Definition CoreProperty.h:33
Definition FileCoreProperties.h:28
void setCreator(const std::string &value)
void setDescription(const std::string &value)
CoreProperty getProperty(CoreProperty::TypeProperty index) const
void setSubject(const std::string &value)
void setLanguage(const std::string &value)
std::string toString() const
void addKeywords(const std::string &value)
void setContentStatus(const std::string &value)
void setKeywords(const std::string &value)
void setLastPrinted(const std::string &value)
void setLastModifiedBy(const std::string &value)
FileCoreProperties()=default
void setCategory(const std::string &value)
void setRevision(const std::string &value)
void setCreated(const std::string &value)
void setModified(const std::string &value)
void initDefaultCoreProperties()
void setTitle(const std::string &value)
~FileCoreProperties()=default
void readFromString(const std::string &textInput)
void setVersion(const std::string &value)
void setIdentifier(const std::string &value)
The epc namespace.
Definition ContentType.h:25