InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ConditionalTextScriptID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michele Stutzman
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 __ConditionalTextScriptID__
25 #define __ConditionalTextScriptID__
26 
27 #include "IDFactory.h"
28 #include "ConditionalTextID.h"
29 
30 
31 //----------------------------------------------------------------------------------------
32 // Scripting
33 //----------------------------------------------------------------------------------------
34 //START_IDS()
35 //gap
36 
37 
38 
39 //END_IDS()
40 
41 //----------------------------------------------------------------------------------------
42 // ScripIDs
43 //----------------------------------------------------------------------------------------
44 enum ConditionalTextEnums
45 {
46  c_ConditionTag = 'ctTg',
47  c_ConditionTags = 'ctTs',
48  p_ConditionTagColor = 'ctTc',
49  p_AppliedConditionTags = 'apCt',
50  e_ApplyConditionTags = 'Xact',
51  c_HiddenText = 'hitx',
52  c_HiddenTexts = 'hits',
53  c_ConditionalTextOptionsPref = 'ctOp',
54  p_ConditionalTextOptionsPref = 'pctO',
55  p_ShowConditionIndicators = 'scdI',
56  p_ConditionTagMethod = 'pCTm',
57  p_ConditionTagAppearance = 'pCTa',
58  en_HighlightIndicator = 'eHig',
59  en_UnderlineIndicator = 'eUnl',
60  en_ConditionTagMethod = 'eCTm',
61  en_ConditionTagAppearance = 'eCTa',
62  c_ConditionTagSet = 'ctSg',
63  c_ConditionTagSets = 'ctSs',
64  e_LoadConditionTags = 'ldCt',
65  p_LoadConditionTagSets = 'plCs',
66  p_AppliedConditionSet = 'apCS',
67  p_SetConditions = 'plTs',
68  e_RedefineConditionSet = 'plRC',
69  t_KeyConditionSetPairType = 'cSPt',
70  en_ConditionIndicatorMode = 'eCIm',
71  en_Show = 'eCIs',
72  en_ShowAndPrint = 'eCIp',
73  en_Hide = 'eCIh',
74 };
75 
76 //----------------------------------------------------------------------------------------
77 // GUIDs
78 //----------------------------------------------------------------------------------------
79 // {0E485592-6A57-43a9-B2D8-633ED70B0BF4}
80 #define kConditionTag_CLSID { 0xe485592, 0x6a57, 0x43a9, { 0xb2, 0xd8, 0x63, 0x3e, 0xd7, 0xb, 0xb, 0xf4 } }
81 // {2A64F819-64F3-4ca9-9672-A33156AF9E44}
82 #define kConditionTags_CLSID { 0x2a64f819, 0x64f3, 0x4ca9, { 0x96, 0x72, 0xa3, 0x31, 0x56, 0xaf, 0x9e, 0x44 } }
83 // {8039D998-FA61-4242-83C5-CCF8A667A4B3}
84 #define kHiddenText_CLSID { 0x8039d998, 0xfa61, 0x4242, { 0x83, 0xc5, 0xcc, 0xf8, 0xa6, 0x67, 0xa4, 0xb3 } }
85 // {D1667251-E1CF-4dd3-9DF9-16FF0FE805AF}
86 #define kHiddenTexts_CLSID { 0xd1667251, 0xe1cf, 0x4dd3, { 0x9d, 0xf9, 0x16, 0xff, 0xf, 0xe8, 0x5, 0xaf } }
87 // {5AC60664-918C-49bd-A522-2290BCAB15E4}
88 #define kCondionalTextOptionsPref_CLSID { 0x5ac60664, 0x918c, 0x49bd, { 0xa5, 0x22, 0x22, 0x90, 0xbc, 0xab, 0x15, 0xe4 } }
89 // {b04b8670-ed1f-4df0-9e04-f5df88e9fc35}
90 #define kConditionTagSet_CLSID { 0xb04b8670, 0xed1f, 0x4df0, { 0x9e, 0x04, 0xf5, 0xdf, 0x88, 0xe9, 0xfc, 0x35 } }
91 // {f38b921e-24fe-4c0f-92ab-5712ba317e36}
92 #define kConditionTagSets_CLSID { 0xf38b921e, 0x24fe, 0x4c0f, { 0x92, 0xab, 0x57, 0x12, 0xba, 0x31, 0x7e, 0x36 } }
93 
94 
95 
96 #endif // __ConditionalTextScriptID__