34 #ifndef FILE_CORE_PROPERTIES_H 35 #define FILE_CORE_PROPERTIES_H 37 #include "CoreProperty.h" 44 CoreProperty properties[CoreProperty::undefinedCoreProperty];
51 std::string toString()
const;
59 void setCategory(
const std::string & value);
60 void setContentStatus(
const std::string & value);
61 void setCreated(
const std::string & value);
62 void setCreator(
const std::string & value);
63 void setDescription(
const std::string & value);
64 void setIdentifier(
const std::string & value);
65 void setKeywords(
const std::string & value);
66 void addKeywords(
const std::string & value);
67 void setLanguage(
const std::string & value);
68 void setLastModifiedBy(
const std::string & value);
69 void setLastPrinted(
const std::string & value);
70 void setModified(
const std::string & value);
71 void setRevision(
const std::string & value);
72 void setSubject(
const std::string & value);
73 void setTitle(
const std::string & value);
74 void setVersion(
const std::string & value);
void readFromString(const std::string &textInput)
Definition: FileCoreProperties.cpp:252
Definition: FileCoreProperties.h:41
Definition: CoreProperty.h:42
TypeProperty
Definition: CoreProperty.h:49
void initDefaultCoreProperties()
Definition: FileCoreProperties.cpp:62
Definition: ContentType.h:39