 | InDesign SDK 20.5 |
31 #define kPDFVTCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 32 #define kPDFVTCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 35 #define kPDFVTPluginName "PDFVT SDK Sample Plug-in" // Name of this plug-in. 36 #define kPDFVTPrefixNumber 0x162f00 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 37 #define kPDFVTVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 38 #define kPDFVTAuthor "DevTech" // Author of this plug-in (for the About Box). 41 #define kPDFVTPrefix RezLong(kPDFVTPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 42 #define kPDFVTStringPrefix SDK_DEF_STRINGIZE(kPDFVTPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 45 #define kPDFVTMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 46 #define kPDFVTMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 62 #define kPDFVTAboutMenuKey kPDFVTStringPrefix "kPDFVTAboutMenuKey" 63 #define kPDFVTAboutMenuPath kSDKDefStandardAboutMenuPath kPDFVTCompanyKey 66 #define kPDFVTPluginsMenuKey kPDFVTStringPrefix "kPDFVTPluginsMenuKey" 67 #define kPDFVTPluginsMenuPath kSDKDefPlugInsStandardMenuPath kPDFVTCompanyKey kSDKDefDelimitMenuPath kPDFVTPluginsMenuKey 72 #define kPDFVTAboutBoxStringKey kPDFVTStringPrefix "kPDFVTAboutBoxStringKey" 73 #define kPDFVTTargetMenuPath kPDFVTPluginsMenuPath 75 #define kPDFVTWriteDataSourceInfoCmdKey kPDFVTStringPrefix "kWritePDFVTDataSourceInfoCmdStringKey" 81 #define kPDFVTFirstMajorFormatNumber RezLong(1) 82 #define kPDFVTFirstMinorFormatNumber RezLong(0) 85 #define kPDFVTCurrentMajorFormatNumber kPDFVTFirstMajorFormatNumber 86 #define kPDFVTCurrentMinorFormatNumber kPDFVTFirstMinorFormatNumber 88 #endif // __PDFVTID_h__