22 #ifndef FILE_CORE_PROPERTIES_H 23 #define FILE_CORE_PROPERTIES_H 25 #include "CoreProperty.h" 32 CoreProperty properties[CoreProperty::undefinedCoreProperty];
39 std::string toString()
const;
47 void setCategory(
const std::string & value);
48 void setContentStatus(
const std::string & value);
49 void setCreated(
const std::string & value);
50 void setCreator(
const std::string & value);
51 void setDescription(
const std::string & value);
52 void setIdentifier(
const std::string & value);
53 void setKeywords(
const std::string & value);
54 void addKeywords(
const std::string & value);
55 void setLanguage(
const std::string & value);
56 void setLastModifiedBy(
const std::string & value);
57 void setLastPrinted(
const std::string & value);
58 void setModified(
const std::string & value);
59 void setRevision(
const std::string & value);
60 void setSubject(
const std::string & value);
61 void setTitle(
const std::string & value);
62 void setVersion(
const std::string & value);
void readFromString(const std::string &textInput)
Definition: FileCoreProperties.cpp:240
Definition: FileCoreProperties.h:29
Definition: CoreProperty.h:29
TypeProperty
Definition: CoreProperty.h:36
void initDefaultCoreProperties()
Definition: FileCoreProperties.cpp:50
Definition: ContentType.h:26