InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
XDocBkScriptingDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adobe Developer Technologies
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 __XDocBkScriptingDefs_h__
25 #define __XDocBkScriptingDefs_h__
26 
27 // Object ScriptIDs
28 #define c_XDocBkPref 'cxdb'
29 
30 // Property IDs
31 enum BscMEScriptProperties
32 {
33  p_XDocPref = 'pxdp',
34  p_XDocSetOption = 'pstp',
35  p_XDocUseImportIt = 'piit',
36  p_XDocUseXMLTsf = 'psxt',
37  p_XDocUseCALSContentHndl = 'ptsh',
38  p_XDocSuppliedXSLOverridingPI = 'pspi'
39 };
40 
41 // {1AE3D6FA-8CBE-4ae9-9796-2489CE77A427}
42 #define kXDocBkPref_CLSID {0x1ae3d6fa, 0x8cbe, 0x4ae9, {0x97, 0x96, 0x24, 0x89, 0xce, 0x77, 0xa4, 0x27} }
43 
44 #endif //__XDocBkScriptingDefs_h__