|
iDRS™ SDK 16
|
Interface for CMetadataInfo wrapper. More...
Go to the source code of this file.
Functions | |
| CMetadataInfo | CMetadataInfo_Create (idrs_exception *pargException) |
| Create is instantiating a new instance of CMetadataInfo and associated data object. | |
| void | CMetadataInfo_SetTitle (CMetadataInfo argCMetadataInfo, const idrs_string strTitle, idrs_exception *pargException) |
| Sets the document title. | |
| const idrs_string | CMetadataInfo_GetTitle (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the document title. | |
| void | CMetadataInfo_SetAuthor (CMetadataInfo argCMetadataInfo, const idrs_string strAuthor, idrs_exception *pargException) |
| Sets the author of the document. | |
| const idrs_string | CMetadataInfo_GetAuthor (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the author of the document. | |
| void | CMetadataInfo_SetSubject (CMetadataInfo argCMetadataInfo, const idrs_string strSubject, idrs_exception *pargException) |
| Sets the subject of the document. | |
| const idrs_string | CMetadataInfo_GetSubject (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the subject of the document. | |
| void | CMetadataInfo_SetKeywords (CMetadataInfo argCMetadataInfo, const idrs_string strKeywords, idrs_exception *pargException) |
| Sets the document keywords. | |
| const idrs_string | CMetadataInfo_GetKeywords (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the document keywords. | |
| void | CMetadataInfo_SetCreator (CMetadataInfo argCMetadataInfo, const idrs_string strCreator, idrs_exception *pargException) |
| Sets the creator of the document. | |
| const idrs_string | CMetadataInfo_GetCreator (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the creator of the document. | |
| void | CMetadataInfo_SetProducer (CMetadataInfo argCMetadataInfo, const idrs_string strProducer, idrs_exception *pargException) |
| Sets the producer of the document. | |
| const idrs_string | CMetadataInfo_GetProducer (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the procudcer of the document. | |
| void | CMetadataInfo_SetCompany (CMetadataInfo argCMetadataInfo, const idrs_string strCompany, idrs_exception *pargException) |
| Sets the company name. | |
| const idrs_string | CMetadataInfo_GetCompany (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the company name. | |
| void | CMetadataInfo_SetManager (CMetadataInfo argCMetadataInfo, const idrs_string strManager, idrs_exception *pargException) |
| Sets the manager name. | |
| const idrs_string | CMetadataInfo_GetManager (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the manager name. | |
| void | CMetadataInfo_SetCategory (CMetadataInfo argCMetadataInfo, const idrs_string strCategory, idrs_exception *pargException) |
| Sets the category of the document. | |
| const idrs_string | CMetadataInfo_GetCategory (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the category of the document. | |
| void | CMetadataInfo_SetComment (CMetadataInfo argCMetadataInfo, const idrs_string strComment, idrs_exception *pargException) |
| Sets the comments of the document. | |
| const idrs_string | CMetadataInfo_GetComment (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the comments of the document. | |
| void | CMetadataInfo_SetDescription (CMetadataInfo argCMetadataInfo, const idrs_string strDescription, idrs_exception *pargException) |
| Sets the description of the document. | |
| const idrs_string | CMetadataInfo_GetDescription (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the description of the document. | |
| void | CMetadataInfo_SetCreationTime (CMetadataInfo argCMetadataInfo, const idrs_string strCreationTime, idrs_exception *pargException) |
| Sets the creation time of the document. | |
| const idrs_string | CMetadataInfo_GetCreationTime (const CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Gets the creation time of the document. | |
| void | CMetadataInfo_Destroy (CMetadataInfo argCMetadataInfo, idrs_exception *pargException) |
| Destroys a CMetadataInfo handle. | |
Interface for CMetadataInfo wrapper.
| CMetadataInfo CMetadataInfo_Create | ( | idrs_exception * | pargException | ) |
Create is instantiating a new instance of CMetadataInfo and associated data object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_Destroy | ( | CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CMetadataInfo handle.
| argCMetadataInfo | CMetadataInfo handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetAuthor | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the author of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetCategory | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the category of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetComment | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the comments of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetCompany | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the company name.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetCreationTime | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the creation time of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetCreator | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the creator of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetDescription | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the description of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetKeywords | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the document keywords.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetManager | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the manager name.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetProducer | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the procudcer of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetSubject | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the subject of the document.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CMetadataInfo_GetTitle | ( | const CMetadataInfo | argCMetadataInfo, |
| idrs_exception * | pargException | ||
| ) |
Gets the document title.
| argCMetadataInfo | CMetadataInfo handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetAuthor | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strAuthor, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the author of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strAuthor | The author value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetCategory | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strCategory, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the category of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strCategory | The category value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetComment | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strComment, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the comments of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strComment | The comments value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetCompany | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strCompany, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the company name.
| argCMetadataInfo | CMetadataInfo handle |
| strCompany | The company name |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetCreationTime | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strCreationTime, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the creation time of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strCreationTime | The creation time |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetCreator | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strCreator, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the creator of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strCreator | The creator name value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetDescription | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strDescription, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the description of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strDescription | The comments value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetKeywords | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strKeywords, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the document keywords.
| argCMetadataInfo | CMetadataInfo handle |
| strKeywords | The keywords values |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetManager | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strManager, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the manager name.
| argCMetadataInfo | CMetadataInfo handle |
| strManager | The manager name |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetProducer | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strProducer, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the producer of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strProducer | The producer value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetSubject | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strSubject, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the subject of the document.
| argCMetadataInfo | CMetadataInfo handle |
| strSubject | The subject value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CMetadataInfo_SetTitle | ( | CMetadataInfo | argCMetadataInfo, |
| const idrs_string | strTitle, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the document title.
| argCMetadataInfo | CMetadataInfo handle |
| strTitle | The title value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |