#include <FileCoreProperties.h>
◆ FileCoreProperties()
epc::FileCoreProperties::FileCoreProperties |
( |
| ) |
|
|
default |
◆ ~FileCoreProperties()
epc::FileCoreProperties::~FileCoreProperties |
( |
| ) |
|
|
default |
◆ addKeywords()
void epc::FileCoreProperties::addKeywords |
( |
const std::string & |
value | ) |
|
Adds the keywords
- Parameters
-
◆ getProperty()
Gets a property
- Parameters
-
index | Zero-based index of the property. |
- Returns
- The property.
◆ initDefaultCoreProperties()
void epc::FileCoreProperties::initDefaultCoreProperties |
( |
| ) |
|
Initialize all the core properties with their default values. If a core property has not default value then this method keep it unchanged.
◆ readFromString()
void epc::FileCoreProperties::readFromString |
( |
const std::string & |
textInput | ) |
|
Read a core properties part from a string.
- Parameters
-
◆ setCategory()
void epc::FileCoreProperties::setCategory |
( |
const std::string & |
value | ) |
|
Sets a category
- Parameters
-
◆ setContentStatus()
void epc::FileCoreProperties::setContentStatus |
( |
const std::string & |
value | ) |
|
Sets content status
- Parameters
-
◆ setCreated()
void epc::FileCoreProperties::setCreated |
( |
const std::string & |
value | ) |
|
Sets a created
- Parameters
-
◆ setCreator()
void epc::FileCoreProperties::setCreator |
( |
const std::string & |
value | ) |
|
Sets a creator
- Parameters
-
◆ setDescription()
void epc::FileCoreProperties::setDescription |
( |
const std::string & |
value | ) |
|
Sets a description
- Parameters
-
◆ setIdentifier()
void epc::FileCoreProperties::setIdentifier |
( |
const std::string & |
value | ) |
|
Sets an identifier
- Parameters
-
◆ setKeywords()
void epc::FileCoreProperties::setKeywords |
( |
const std::string & |
value | ) |
|
Sets the keywords
- Parameters
-
◆ setLanguage()
void epc::FileCoreProperties::setLanguage |
( |
const std::string & |
value | ) |
|
Sets a language
- Parameters
-
◆ setLastModifiedBy()
void epc::FileCoreProperties::setLastModifiedBy |
( |
const std::string & |
value | ) |
|
Sets last modified by
- Parameters
-
◆ setLastPrinted()
void epc::FileCoreProperties::setLastPrinted |
( |
const std::string & |
value | ) |
|
Sets last printed
- Parameters
-
◆ setModified()
void epc::FileCoreProperties::setModified |
( |
const std::string & |
value | ) |
|
Sets a modified
- Parameters
-
◆ setRevision()
void epc::FileCoreProperties::setRevision |
( |
const std::string & |
value | ) |
|
Sets a revision
- Parameters
-
◆ setSubject()
void epc::FileCoreProperties::setSubject |
( |
const std::string & |
value | ) |
|
Sets a subject
- Parameters
-
◆ setTitle()
void epc::FileCoreProperties::setTitle |
( |
const std::string & |
value | ) |
|
◆ setVersion()
void epc::FileCoreProperties::setVersion |
( |
const std::string & |
value | ) |
|
Sets a version
- Parameters
-
◆ toString()
std::string epc::FileCoreProperties::toString |
( |
| ) |
const |
Convert this object into a string representation
- Returns
- A std::string that represents this object.
The documentation for this class was generated from the following file: