General document information - corresponding to Information/Document.
More...
#include <libCZI_Metadata.h>
General document information - corresponding to Information/Document.
◆ SetComment() [1/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetComment |
( |
const std::wstring & |
str | ) |
|
|
inline |
Sets the comment and marks it valid if the specified string is non-empty. Otherwise, the comment is set to invalid.
- Parameters
-
str | The string to set as comment. |
◆ SetComment() [2/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetComment |
( |
const wchar_t * |
sz | ) |
|
|
inline |
Sets the comment and marks it valid if the specified string is non-null and non-empty. Otherwise, the comment is set to invalid.
- Parameters
-
sz | The string to set as comment. |
◆ SetCreationDate() [1/3]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetCreationDate |
( |
const std::wstring & |
str | ) |
|
|
inline |
Sets the creationDateTime and marks it valid if the specified string is non-empty. Otherwise, the creationDateTime is set to invalid.
- Parameters
-
str | The string to set as creationDateTime. |
◆ SetCreationDate() [2/3]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetCreationDate |
( |
const wchar_t * |
sz | ) |
|
|
inline |
Sets the creationDateTime and marks it valid if the specified string is non-null and non-empty. Otherwise, the creationDateTime is set to invalid.
- Parameters
-
sz | The string to set as creationDateTime. |
◆ SetCreationDate() [3/3]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetCreationDate |
( |
const XmlDateTime * |
dateTime | ) |
|
|
inline |
Sets the creationDateTime and marks it valid if the specified XmlDateTime-struct pointer is non-null and valid. Otherwise, the creationDateTime is set to invalid.
- Parameters
-
dateTime | The XmlDateTime-struct to set as creationDateTime. |
◆ SetDescription() [1/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetDescription |
( |
const std::wstring & |
str | ) |
|
|
inline |
Sets the description and marks it valid if the specified string is non-empty. Otherwise, the description is set to invalid.
- Parameters
-
str | The string to set as description. |
◆ SetDescription() [2/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetDescription |
( |
const wchar_t * |
sz | ) |
|
|
inline |
Sets the description and marks it valid if the specified string is non-null and non-empty. Otherwise, the description is set to invalid.
- Parameters
-
sz | The string to set as description. |
◆ SetKeywords() [1/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetKeywords |
( |
const std::wstring & |
str | ) |
|
|
inline |
Sets the keywords and marks it valid if the specified string is non-empty. Otherwise, the keywords is set to invalid.
- Parameters
-
str | The string to set as keywords. |
◆ SetKeywords() [2/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetKeywords |
( |
const wchar_t * |
sz | ) |
|
|
inline |
Sets the keywords and marks it valid if the specified string is non-null and non-empty. Otherwise, the keywords is set to invalid.
- Parameters
-
sz | The string to set as keywords. |
◆ SetName() [1/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetName |
( |
const std::wstring & |
str | ) |
|
|
inline |
Sets the name and marks it valid if the specified string is non-empty. Otherwise, the name is set to invalid.
- Parameters
-
str | The string to set as name. |
◆ SetName() [2/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetName |
( |
const wchar_t * |
sz | ) |
|
|
inline |
Sets the name and marks it valid if the specified string is non-null and non-empty. Otherwise, the name is set to invalid.
- Parameters
-
sz | The string to set as name. |
◆ SetRating()
LIBCZI_API void libCZI::GeneralDocumentInfo::SetRating |
( |
int |
rating | ) |
|
|
inline |
Sets the rating and marks it as valid if the specified rating is non-negative. Otherwise, the rating is set to invalid.
- Parameters
-
◆ SetTitle() [1/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetTitle |
( |
const std::wstring & |
str | ) |
|
|
inline |
Sets the title and marks it valid if the specified string is non-empty. Otherwise, the title is set to invalid.
- Parameters
-
str | The string to set as title. |
◆ SetTitle() [2/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetTitle |
( |
const wchar_t * |
sz | ) |
|
|
inline |
Sets the title and marks it valid if the specified string is non-null and non-empty. Otherwise, the title is set to invalid.
- Parameters
-
sz | The string to set as title. |
◆ SetUserName() [1/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetUserName |
( |
const std::wstring & |
str | ) |
|
|
inline |
Sets the username and marks it valid if the specified string is non-empty. Otherwise, the username is set to invalid.
- Parameters
-
str | The string to set as username. |
◆ SetUserName() [2/2]
LIBCZI_API void libCZI::GeneralDocumentInfo::SetUserName |
( |
const wchar_t * |
sz | ) |
|
|
inline |
Sets the username and marks it valid if the specified string is non-null and non-empty. Otherwise, the username is set to invalid.
- Parameters
-
sz | The string to set as username. |
The documentation for this struct was generated from the following file: