InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TextOnPathID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bertrand Lechevalier
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 // Contains IDs used by Path Type plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __TextOnPathID__
28 #define __TextOnPathID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kTOPPrefix RezLong(0x0B300)
34 
35 
36 //---------------------------------------------------------------
37 // <Start IDC>
38 //---------------------------------------------------------------
39 
40 // PluginID
41 #define kTOPPluginName "Path Type"
42 
43 START_IDS()
44 
45 
46 //---------------------------------------------------------------
47 // <Class ID>
48 //---------------------------------------------------------------
49 
50 // ClassIDs
51 // gap
52 // gap
53 // gap
54 // gap
55 // gap
56 // gap
57 // gap
58 // gap
59 
60 
61 //---------------------------------------------------------------
62 // <Implementation ID>
63 //---------------------------------------------------------------
64 
65 // ImplementationIDs
66 // gap
67 // gap
68 // gap
69 // gap
70 // gap
71 
72 //---------------------------------------------------------------
73 // <Service ID>
74 //---------------------------------------------------------------
75 
76 // <Service ID>
77 
78 //---------------------------------------------------------------
79 // <Interface ID>
80 //---------------------------------------------------------------
81 
82 // IIDs
83 
84 //Error IDs
85 
86 //---------------------------------------------------------------
87 // <Scripting ID>
88 //---------------------------------------------------------------
89 
90 //Suites
91 
92 //Objects
93 
94 //Events
95 
96 //Properties
97 
98 //Enums
99 
100 //---------------------------------------------------
101 // InvalHandlerTypeID
102 //---------------------------------------------------
103 
104 //---------------------------------------------------------------
105 // <Message ID>
106 //---------------------------------------------------------------
107 
108 
109 
110 
111 END_IDS()
112 
113 //GUIDS
114 // {CB13E01A-0161-4a08-BA44-E3F1E0256900}
115 #define kTextPath_CLSID {0xcb13e01a, 0x161, 0x4a08, { 0xba, 0x44, 0xe3, 0xf1, 0xe0, 0x25, 0x69, 0x0 }}
116 // {49DE930A-C5C7-48f7-BC94-6F4375FAC282}
117 #define kTextPaths_CLSID {0x49de930a, 0xc5c7, 0x48f7, { 0xbc, 0x94, 0x6f, 0x43, 0x75, 0xfa, 0xc2, 0x82 }}
118 
119 #endif