InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TablesUIMinMaxValues.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Danielle Bessette
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 // Purpose: Contains IDs for the TablesUI plug-in.
24 //
25 //========================================================================================
26 
27 #ifndef __TablesUIMinMaxValues__
28 #define __TablesUIMinMaxValues__
29 
30 
31 #define TablesUIRowHeightMin 3
32 #define TablesUIRowHeightMax 8640
33 
34 #define TablesUIMaxRowHeightMin 3
35 #define TablesUIMaxRowHeightMax 8640
36 
37 #define TablesUIColWidthMin 3
38 #define TablesUIColWidthMax 8640
39 
40 #define TablesUIMaxRowsInTable 10000
41 #define TablesUIMinRowsInTable 1
42 
43 #define TablesUIMaxHeaderRowsInTable 25
44 #define TablesUIMinHeaderRowsInTable 0
45 
46 #define TablesUIMaxFooterRowsInTable 25
47 #define TablesUIMinFooterRowsInTable 0
48 
49 #define TablesUIMaxColsInTable 200
50 #define TablesUIMinColsInTable 1
51 
52 #define TablesUIMaxStrokeWeight 800
53 #define TablesUIMinStrokeWeight 0
54 
55 #define TablesUIMaxTint 100
56 #define TablesUIMinTint 0
57 
58 #define TablesUIMaxTint 100
59 #define TablesUIMinTint 0
60 
61 #define TablesUIMaxSpaceBefore 8640
62 #define TablesUIMinSpaceBefore 0
63 
64 #define TablesUIMaxSpaceAfter 8640
65 #define TablesUIMinSpaceAfter -1296
66 
67 #define TablesUIMaxSkipFirstRows 9999
68 #define TablesUIMinSkipFirstRows 0
69 
70 #define TablesUIMaxSkipLastRows 9999
71 #define TablesUIMinSkipLastRows 0
72 
73 #define TablesUIMaxContainsRows 9999
74 #define TablesUIMinContainsRows 0
75 
76 #define TablesUIMaxSkipFirstCols 199
77 #define TablesUIMinSkipFirstCols 0
78 
79 #define TablesUIMaxSkipLastCols 199
80 #define TablesUIMinSkipLastCols 0
81 
82 #define TablesUIMaxContainsCols 199
83 #define TablesUIMinContainsCols 0
84 
85 #define TablesUIMaxInsets 8640
86 #define TablesUIMinInsets 0
87 
88 #define TablesUIMaxParaSpacLimit 8640
89 #define TablesUIMinParaSpacLimit 0
90 
91 #define TablesUIMaxFirstLineOffset 8640
92 #define TablesUIMinFirstLineOffset 0
93 
94 #endif // __TablesUIMinMaxValues__
95