InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BNTextAttrID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: vbatra
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 __BNTextAttrID__
25 #define __BNTextAttrID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 // Plug-In:
31 #define kBNCorePrefix RezLong(0x1A400)
32 #define kBNCoreStringPrefix "0x1A400"
33 #define kBNCorePluginName "BNCore" // Name of this plug-in.
34 
35 // Plugin ID:
36 
37 // Class IDs:
38 
39 
40 
41 
42 
43 // Interface IDs:
44 //gap 5-7
45 
46 #define kBNSizeBoss_obsolete kBNSizeBoss
47 #define kBNColorBoss_obsolete kBNColorBoss
48 #define kBNNumberSeparatorBoss_obsolete kBNNumberSeparatorBoss
49 #define kBNNumberingFontUIDBoss_obsolete kBNNumberingFontUIDBoss
50 #define kBNNumberingFontStyleBoss_obsolete kBNNumberingFontStyleBoss
51 
52 // Implementation IDs (to reuse numbering styles):
53 // Korean numbering Providers
54 // Obsoleted, hence reusing for Chinese Numbering - 4
55 // Four new Chinese Numbering Styles
56 // New Taiwanese Style
57 
58 
59 
60 // ServiceIDs:
61 
62 #endif // __BNTextAttrID__