InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ArticleID.h
1 //========================================================================================
2 //
3 // ADOBE CONFIDENTIAL
4 //
5 // $File$
6 //
7 // Owner: Paresh Goel
8 //
9 // $Author$
10 //
11 // $DateTime$
12 //
13 // $Revision$
14 //
15 // $Change$
16 //
17 // Copyright 2010 Adobe Systems Incorporated
18 // All Rights Reserved.
19 //
20 // NOTICE: All information contained herein is, and remains
21 // the property of Adobe Systems Incorporated and its suppliers,
22 // if any. The intellectual and technical concepts contained
23 // herein are proprietary to Adobe Systems Incorporated and its
24 // suppliers and are protected by trade secret or copyright law.
25 // Dissemination of this information or reproduction of this material
26 // is strictly forbidden unless prior written permission is obtained
27 // from Adobe Systems Incorporated.
28 //
29 // Comments: Contains IDs used by the Article architecture.
30 //
31 //========================================================================================
32 
33 #ifndef __ARTICLEID__
34 #define __ARTICLEID__
35 
36 #include "CrossPlatformTypes.h"
37 #include "IDFactory.h"
38 
39 // TODO
40 #define kArticlePrefix RezLong(0x21B00)
41 
42 // PluginID
43 #define kArticlePluginName "Article"
44 
45 // <Start IDC>
46 // <Class ID>
47 
48 
49 //--gap--
50 
51 
52 
53 
54 // <Interface ID>
55 
56 
57 
58 // <Implementation ID>
59 
60 
61 //scripting related
62 
63 
64 
65 
66 
67 //error code
68 
69 //ScriptInfoIDs:
70 //objects
71 
72 //properties
73 
74 //methods
75 
76 #define kArticleStringsRsrcID 100
77 #define kArticleStringsNoTransRsrcID 200
78 #define kArticleErrorStringsRsrcID 300
79 
80 #endif //__ARTICLEID__