InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
XMLAttributeDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Lin Xia
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 __XMLAttributeDefs__
25 #define __XMLAttributeDefs__
26 
30 #define kTablePrefix "aid"
31 
35 #define k_indesign_namespaceString4 "http://ns.adobe.com/AdobeInDesign/4.0/"
36 #define k_indesign_namespaceString5 "http://ns.adobe.com/AdobeInDesign/5.0/"
37 
42 #define kTableAttr "table"
43 #define kAttrValueTable "table"
44 #define kAttrValueCell "cell"
45 
51 #define kTableTagPreferenceAttr "ttagpref"
52 #define kTableTagByRow "row"
53 #define kTableTagByColumn "column"
54 
61 #define kTableHeightAttr "trows"
62 
68 #define kTableWidthAttr "tcols"
69 
74 #define kTableHeaderAttr "theader"
75 
80 #define kTableFooterAttr "tfooter"
81 
88 #define kTableCellHeightAttr "crows"
89 
95 #define kTableCellWidthAttr "ccols"
96 
102 #define kCellColumnWidthAttr "ccolwidth"
103 
109 #define kTableFormatAttr "tformat"
110 #define kAttrValueCALS "CALS"
111 
112 
113 #endif //__XMLAttributeDefs__