iDRS™ SDK 16
Main Page
Related Pages
Topics
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
CMetadataInfo_interface.h
Go to the documentation of this file.
1
7
#ifndef CMETADATAINFO_INTERFACE_H
8
9
#define CMETADATAINFO_INTERFACE_H
10
11
#include "
CObjPtr_interface.h
"
12
#include "
idrs_interface.h
"
13
14
#include "
idrs_common.h
"
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
26
CMetadataInfo
CMetadataInfo_Create
(idrs_exception *pargException);
27
35
void
CMetadataInfo_SetTitle
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strTitle, idrs_exception *pargException);
36
44
const
idrs_string
CMetadataInfo_GetTitle
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
45
53
void
CMetadataInfo_SetAuthor
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strAuthor, idrs_exception *pargException);
54
62
const
idrs_string
CMetadataInfo_GetAuthor
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
63
71
void
CMetadataInfo_SetSubject
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strSubject, idrs_exception *pargException);
72
80
const
idrs_string
CMetadataInfo_GetSubject
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
81
89
void
CMetadataInfo_SetKeywords
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strKeywords, idrs_exception *pargException);
90
98
const
idrs_string
CMetadataInfo_GetKeywords
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
99
107
void
CMetadataInfo_SetCreator
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strCreator, idrs_exception *pargException);
108
116
const
idrs_string
CMetadataInfo_GetCreator
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
117
125
void
CMetadataInfo_SetProducer
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strProducer, idrs_exception *pargException);
126
134
const
idrs_string
CMetadataInfo_GetProducer
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
135
143
void
CMetadataInfo_SetCompany
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strCompany, idrs_exception *pargException);
144
152
const
idrs_string
CMetadataInfo_GetCompany
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
153
161
void
CMetadataInfo_SetManager
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strManager, idrs_exception *pargException);
162
170
const
idrs_string
CMetadataInfo_GetManager
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
171
179
void
CMetadataInfo_SetCategory
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strCategory, idrs_exception *pargException);
180
188
const
idrs_string
CMetadataInfo_GetCategory
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
189
197
void
CMetadataInfo_SetComment
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strComment, idrs_exception *pargException);
198
206
const
idrs_string
CMetadataInfo_GetComment
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
207
215
void
CMetadataInfo_SetDescription
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strDescription, idrs_exception *pargException);
216
224
const
idrs_string
CMetadataInfo_GetDescription
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
225
237
void
CMetadataInfo_SetCreationTime
(
CMetadataInfo
argCMetadataInfo,
const
idrs_string
strCreationTime, idrs_exception *pargException);
238
246
const
idrs_string
CMetadataInfo_GetCreationTime
(
const
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
247
255
void
CMetadataInfo_Destroy
(
CMetadataInfo
argCMetadataInfo, idrs_exception *pargException);
256
257
#ifdef __cplusplus
258
}
259
#endif
/* __cplusplus */
260
261
#endif
/* CMETADATAINFO_INTERFACE_H */
CMetadataInfo_Create
CMetadataInfo CMetadataInfo_Create(idrs_exception *pargException)
Create is instantiating a new instance of CMetadataInfo and associated data object.
CMetadataInfo_GetKeywords
const idrs_string CMetadataInfo_GetKeywords(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the document keywords.
CMetadataInfo_GetCompany
const idrs_string CMetadataInfo_GetCompany(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the company name.
CMetadataInfo_GetTitle
const idrs_string CMetadataInfo_GetTitle(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the document title.
CMetadataInfo_GetComment
const idrs_string CMetadataInfo_GetComment(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the comments of the document.
CMetadataInfo_SetKeywords
void CMetadataInfo_SetKeywords(CMetadataInfo argCMetadataInfo, const idrs_string strKeywords, idrs_exception *pargException)
Sets the document keywords.
CMetadataInfo_SetSubject
void CMetadataInfo_SetSubject(CMetadataInfo argCMetadataInfo, const idrs_string strSubject, idrs_exception *pargException)
Sets the subject of the document.
CMetadataInfo_GetAuthor
const idrs_string CMetadataInfo_GetAuthor(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the author of the document.
CMetadataInfo_GetManager
const idrs_string CMetadataInfo_GetManager(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the manager name.
CMetadataInfo_GetCreator
const idrs_string CMetadataInfo_GetCreator(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the creator of the document.
CMetadataInfo_SetCreationTime
void CMetadataInfo_SetCreationTime(CMetadataInfo argCMetadataInfo, const idrs_string strCreationTime, idrs_exception *pargException)
Sets the creation time of the document.
CMetadataInfo_GetProducer
const idrs_string CMetadataInfo_GetProducer(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the procudcer of the document.
CMetadataInfo_SetCompany
void CMetadataInfo_SetCompany(CMetadataInfo argCMetadataInfo, const idrs_string strCompany, idrs_exception *pargException)
Sets the company name.
CMetadataInfo_SetAuthor
void CMetadataInfo_SetAuthor(CMetadataInfo argCMetadataInfo, const idrs_string strAuthor, idrs_exception *pargException)
Sets the author of the document.
CMetadataInfo_SetProducer
void CMetadataInfo_SetProducer(CMetadataInfo argCMetadataInfo, const idrs_string strProducer, idrs_exception *pargException)
Sets the producer of the document.
CMetadataInfo_SetComment
void CMetadataInfo_SetComment(CMetadataInfo argCMetadataInfo, const idrs_string strComment, idrs_exception *pargException)
Sets the comments of the document.
CMetadataInfo_GetCategory
const idrs_string CMetadataInfo_GetCategory(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the category of the document.
CMetadataInfo_Destroy
void CMetadataInfo_Destroy(CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Destroys a CMetadataInfo handle.
CMetadataInfo_GetSubject
const idrs_string CMetadataInfo_GetSubject(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the subject of the document.
CMetadataInfo_GetDescription
const idrs_string CMetadataInfo_GetDescription(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the description of the document.
CMetadataInfo_SetDescription
void CMetadataInfo_SetDescription(CMetadataInfo argCMetadataInfo, const idrs_string strDescription, idrs_exception *pargException)
Sets the description of the document.
CMetadataInfo_SetCategory
void CMetadataInfo_SetCategory(CMetadataInfo argCMetadataInfo, const idrs_string strCategory, idrs_exception *pargException)
Sets the category of the document.
CMetadataInfo_GetCreationTime
const idrs_string CMetadataInfo_GetCreationTime(const CMetadataInfo argCMetadataInfo, idrs_exception *pargException)
Gets the creation time of the document.
CMetadataInfo_SetManager
void CMetadataInfo_SetManager(CMetadataInfo argCMetadataInfo, const idrs_string strManager, idrs_exception *pargException)
Sets the manager name.
CMetadataInfo_SetCreator
void CMetadataInfo_SetCreator(CMetadataInfo argCMetadataInfo, const idrs_string strCreator, idrs_exception *pargException)
Sets the creator of the document.
CMetadataInfo_SetTitle
void CMetadataInfo_SetTitle(CMetadataInfo argCMetadataInfo, const idrs_string strTitle, idrs_exception *pargException)
Sets the document title.
CObjPtr_interface.h
Interface for CObjPtr wrapper.
CMetadataInfo
CMetadataInfo class is used to contain a document metadata.
idrs_string
Class that handles a string of characters.
idrs_common.h
idrs_interface.h
Interface for idrs wrapper.
workspace
sdk-idrs16
sources
product
idrsc
include
CMetadataInfo_interface.h
Generated by
1.9.8