InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StandOffID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
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 standoff of the generic page item plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __StandOffID__
28 #define __StandOffID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #include "FormatNumber.h"
33 
34 #define kStandOffIDPrefix RezLong(0x3700)
35 
36 
37 
38 // PluginID
39 #define kStandOffPluginName "Text Wrap"
40 
41 //---------------------------------------------------------------
42 // ClassIDs
43 //---------------------------------------------------------------
44 
45 // gap
46 //gap
47 // gap
48 // gap
49 // gap
50 
51 // rmadala: The following attributes are for find/change.
52 //Textwrap Attributes
53 // Anchored Object Attributes
54 
55 // Categories for Object Style Attriubtes
56 
57 
58 //---------------------------------------------------------------
59 // IIDs
60 //---------------------------------------------------------------
61 
62 
63 
64 // DragonTail IIDs
65 
66 
67 //---------------------------------------------------------------
68 // ImplementationIIDs
69 //---------------------------------------------------------------
70 
71 
72 // Widget
73 
74 
75 // PageItem
76 
77 // Commands
78 
79 // and the rest...
80 // gap
81 // gap
82 // gap
83 // gap
84 // gap
85 
86 
87 
88 // New to DragonTail
89 
90 
91 
92 // ActionID
93 
94 //
95 //Script Element IDs
96 //
97 
98 //Suites
99 
100 //Objects
101 
102 //Events
103 
104 //Properties
105 //gap
106 
107 //Enums
108 
109 
110 //GUIDS
111 // {E76DB095-D513-4e19-9DEC-42DC06B44592}
112 #define kTextWrap_CLSID { 0xe76db095, 0xd513, 0x4e19, { 0x9d, 0xec, 0x42, 0xdc, 0x6, 0xb4, 0x45, 0x92 } }
113 // {8AB9A718-3241-4bef-B959-60F5DC071350}
114 #define kContourOptions_CLSID { 0x8ab9a718, 0x3241, 0x4bef, { 0xb9, 0x59, 0x60, 0xf5, 0xdc, 0x7, 0x13, 0x50 } }
115 
116 #endif // __StandOffID__
117 
118 
119 
120