 | InDesign SDK 20.5 |
24 #ifndef __TabStyID_h__ 25 #define __TabStyID_h__ 28 #define kTabStyPluginName "TableStyles" // Name of this plug-in. 30 #define kTabStyPrefixNumber_Obsolete 0xb1300 31 #define kTabStyPrefixNumber 0x20300 // Unique prefix number for this plug-in. 35 #define kTabStyPrefix_Obsolete RezLong(kTabStyPrefixNumber_Obsolete) 36 #define kTabStyPrefix RezLong(kTabStyPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 66 #define kTabSty_CLSID {0x80e2bf1d, 0xdb29, 0x4ccd, { 0xab, 0x4, 0x77, 0x7f, 0x68, 0x20, 0x49, 0xba }} 67 #define kTabStys_CLSID {0x4ffa073, 0xaecb, 0x43a0, { 0x89, 0xbf, 0x42, 0x63, 0xde, 0x37, 0xa3, 0x9e }} 68 #define kTableStyleGroups_CLSID {0x8a87fd5a, 0xa7a7, 0x4267, { 0x87, 0x13, 0x9a, 0x11, 0xa3, 0xf7, 0x95, 0x5b }} 69 #define kTableStyleGroup_CLSID {0xcb826153, 0x2600, 0x475e, { 0xb0, 0xee, 0x3, 0xd2, 0x69, 0x65, 0x5e, 0x75 }} 72 #endif // __TabStyID_h__