InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TextAttrID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: eric_menninga
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 __TextAttrID__
25 #define __TextAttrID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kTextAttrPrefix RezLong(0x1B00)
31 #define kTextAttrPrefix2 RezLong(0x1Df00)
32 
33 // <Start IDC>
34 // PluginID
35 #define kTextAttrPluginName "Text Attributes"
36 
37 // <Ignore>
38 #define kTextAttrStringsRsrcID 1000
39 #define kTextAttrStringsNoTransRsrcID 1100
40 
41 
42 // <Class ID>
43 // attribute classes
44 
45 
46 
47 
48 
49 
50 
51 
52 
53 
54 
55 
56 
57 
58 
59 
60 // rmadala: The following attributes are used for find/change panel.
61 
62 
63 
64 
65 
66 
67 // other classes
68 //gap
69 
70 
71 
72 
73 
74 // bosses for outputting attribute values
75 
76 
77 
78 
79 
80 
81 
82 
83 
84 
85 // <Interface ID>
86 // attribute IIDs
87 
88 //gap gap
89 
90 
91 #ifdef DEBUG
92 #endif
93 
94 
95 
96 
97 
98 // <Implementation ID>
99 // in TextAttrImplID.h
100 
101 // <Widget ID>
102 // widget IDs and other IDs
103 
104 
105 
106 #endif // __TextAttrID__
107 
108