InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SVGExportID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Greg St. Pierre
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2007 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 __SVGExportID__
25 #define __SVGExportID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kSVGExportPrefix RezLong(0x12700)
31 
32 #define kSVGExportPluginName "SVG Export Filter"
33 
34 // <Start IDC>
35 
36 // <Class ID>
37 // Class IDs
38 //gap
39 // gap
40 //gap
41 //gap
42 //gap
43 
44 // <Interface ID>
45 // Interface IDs
46 
47 // <Implementation ID>
48 // Implementation IDs
49 // gap
50 /*
51 // Reason why we are removing these Impls: Refer SVGExportClass.fr or CL:1048804
52 */
53 //gap
54 // gap
55 
56 
57 //
58 //Script Element IDs
59 //
60 
61 //Suites
62 
63 //Objects
64 
65 //Events
66 
67 //Properties
68 
69 //Enums
70 
71 #endif // __SVGExportID__