InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AutoLayoutID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Rich Gartland
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 // Contains IDs used by the AutoLayout plugin
24 //
25 //========================================================================================
26 
27 #ifndef __AutoLayoutID__
28 #define __AutoLayoutID__
29 #include "CrossPlatformTypes.h"
30 #include "IDFactory.h"
31 #include "FormatNumber.h"
32 
33 #define kAutoLayoutPrefix RezLong(0x7000)
34 
35 
36 #define kMaxAutoSnapZone 12
37 #define kMinFontSize 0.1
38 #define kMaxFontSize 1296
39 
40 // PluginID
41 #define kAutoLayoutPluginName "Layout Adjustment"
42 
43 // ClassIDs
44 //gap
45 
46 
47 // IIDs
48 // Not really Interfaces
49 //gap
50 
51 
52 // Implementation IIDs
53 //gap
54 //gap
55 
56 //
57 //Script Element IDs
58 //
59 
60 //Suites
61 
62 //Objects
63 
64 //Events
65 
66 //Properties
67 //gap
68 //AdaptiveLayout scripting elements
69 
70 //Enums
71 
72 
73 //GUIDS
74 // {A207F3F4-A8AB-11d6-AA90-00C04F603A14}
75 #define kLayoutAdjustPref_CLSID { 0xa207f3f4, 0xa8ab, 0x11d6, { 0xaa, 0x90, 0x0, 0xc0, 0x4f, 0x60, 0x3a, 0x14 } }
76 // {A821DA08-7507-444A-BAB3-DFEE5F397ED4}
77 #define kAdaptiveLayoutPref_CLSID { 0xa821da08, 0x7507, 0x444a,{ 0xba, 0xb3, 0xdf, 0xee, 0x5f, 0x39, 0x7e, 0xd4 } }
78 
79 
80 //---------------------------------------------------
81 // InvalHandlerTypeID
82 //---------------------------------------------------
83 
84 #endif // __AutoLayoutID__