InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WritingModeID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Kevin Van Wiel
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __WritingModeID__
25 #define __WritingModeID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 
31 //========================================================================================
32 // NOTE: WritingModeID2.h uses this prefix+100
33 //========================================================================================
34 #define kWMPrefix RezLong(0xa200)
35 
36 
37 // <PlugInID>
38 //---------------------------------------------------------------
39 // PlugInID
40 //---------
41 #define kWritingModePluginName "Galley"
42 
43 // <Class ID>
44 //---------------------------------------------------------------
45 // ClassIDs
46 //---------------------------------------------------------------
47 //gap
48 //gap
49 //gap
50 //gap
51 
52 //Print and PDFExport
53 //gap
54 
55 // <Interface ID>
56 //---------------------------------------------------------------
57 // IIDs
58 //---------------------------------------------------------------
59 //gap
60 //gap
61 //gap
62 // removed IID_ITEXTVIEWMODEDATA, kWMPrefix + 13
63 //gap
64 //gap
65 
66 //gap
67 //gap
68 
69 // <Implementation ID>
70 //---------------------------------------------------------------
71 // ImplementationIDs
72 //---------------------------------------------------------------
73 //gap
74 
75 
76 //gap
77 
78 
79 
80 
81 
82 //gap
83 
84 
85 
86 // InvalHandlerTypeID
87 
88 
89 #endif //__WritingModeID__