InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IExportOptionsUtils.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Mainak Ghosh
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 2010 Adobe Systems Incorporated. All rights reserved.
18 //
19 // NOTICE: Adobe permits you to use, modify, and distribute this
20 // file in accordance with the terms of the Adobe license agreement
21 // accompanying it. If you have received this file from a source
22 // other than Adobe, then your use, modification, or distribution of
23 // it requires the prior written permission of Adobe.
24 //
25 //========================================================================================
26 
27 #ifndef __IExportOptionsUtils__
28 #define __IExportOptionsUtils__
29 
30 #include "GenericID.h"
31 #include "IPMUnknown.h"
32 #include "Utils.h"
33 
38 {
39 public:
40  enum { kDefaultIID = IID_IEXPORTOPTIONSUTILS };
41 
48  virtual ErrorCode GetAlternateText(const UIDRef &item, PMString &altText) = 0;
49 
56  virtual ErrorCode GetActualText(const UIDRef &item, PMString &actualText) = 0;
57 
66  virtual ErrorCode GetMetadataValue(const UIDRef &item, const PMString &nsPrefix, const PMString &propertyPath, PMString &value) = 0;
67 
75  virtual ErrorCode GetStructureAttribute(const UIDRef &item, bool16 alt, PMString &value) = 0;
76 };
77 
78 #endif // __IExportOptionsUtils__