InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TTImportExportAttrId.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Rahul Shinde
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 __TaggedTextImportExportAttrID__
25 #define __TaggedTextImportExportAttrID__
26 
27 //Excluded by Manoj Gupta
28 //#include "TaggedTextBuildNumber.h"
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #define kTaggedTextImportExportAttrPrefix RezLong(0x9300)
33 #define kTaggedTextImportExportAttrPrefix2 RezLong(0x8a00) //Pankaj copied from kTaggedTextImportFilterPrefix as I exhausted my ID's
34 #define kTaggedTextImportExportAttrPrefix3 RezLong(0x22D00)
35 
36 // Plugin IDs
37 #define kTaggedTextImportExportAttrPluginName "Tagged Text Attributes"
38 
39 // <Interface ID>
40 
41 //Test menu boss
42 // <Class ID>
43 //gap
44 
45 
46 // Implementation IDs of Importexport Interface in the Paragraph TextAttr Bosses.
47 
48 //text menu implementation
49 //<Implementation ID>
50 
51 // Implementation IDs of Importexport Interface in the Paragraph TextAttr Bosses.
52 
53 // Implementation IDs of Importexport Interface in the Character TextAttr Bosses.
54 
55 //#ifdef UNIMPLEMENTED //This is not yet supported by K2 hence not supported TT filter
56 //#endif
57 //#ifdef UNIMPLEMENTED //This is not yet supported by K2 hence not supported TT filter //Anuj Rubi String
58 //#endif
59 
60 
61 // Hotaka->Anna merge 15/Dec/00 %brycem% kRowAttrHeightImpExpImpl value conflicts with existing Hotaka value.
62 // Moved to below
63 
64 
65 
66 //end of kTaggedTextImportExportAttrPrefix
67 
68 
69 //gap
70 
71 // Regional cell styles
72 // First 5 defined in TaggedTextFiltersID.h
73 // 14, 16 - 21 defined in TaggedTextFiltersID.h
74 
75 
76 
77 
78 
79 
80 
81 //added new attributes.. krishnas dated 30th May 2001
82 
83 
84 
85 
86 //added for dragon tail
87 //for table cell diagonals
88 
89 //till here
90 
91 
92 
93 //Underline Options
94 
95 //Strikethrough Options
96 
97 //Para Rule Above -New attributes
98 
99 //Para Rule Below -New attributes
100 
101 
102 //Table Gap Attributes
103 // Gap Tint
104 
105 
106 
107 //Gap Color
108 
109 
110 //Gap Overprint
111 
112 
113 
114 
115 // manojg TCY
116 //manojg TCY
117 
118 
119 
120 
121 
122 //gap
123 
124 
125 // 13.1 Merging Borders -- sibal 11/25/2017
126 
127 
128 //Resource ID
129 #define mTaggedTextImportExportAttrTestMenuID 1005
130 #define kTaggedTextImportExportAttrStringsRsrcID 1020
131 
132 //menu ids
133 #define mSuportedTextAttrs 1
134 #define mTaggedTextFilter 4
135 #endif