25 #ifndef IPROPERTY_IDS_H_
26 #define IPROPERTY_IDS_H_
28 #include "FCMPreConfig.h"
50 #define kDOMShapeProperty "com.adobe.shape"
59 {0xf8dfae9, 0x2aa3, 0x49fa, {0x83, 0x25, 0xcb, 0x4e, 0x2, 0xca, 0xe, 0x88}};
65 #define kDOMGeometricProperty "com.adobe.geometry"
74 {0x65b6b2bf, 0x359f, 0x4471, {0x99, 0x3, 0x74, 0x6f, 0xa6, 0x9, 0xce, 0x4f}};
80 #define kDOMColorProperty "com.adobe.color"
89 {0x85fc70ac, 0xce7a, 0x4be3, {0x87, 0x5a, 0xb6, 0x20, 0xc9, 0x9c, 0xe0, 0x8d}};
95 #define kDOMFilterProperty "com.adobe.filter"
104 {0xdfbf19f4, 0x650f, 0x4fdb, {0xa9, 0x6d, 0xf3, 0xee, 0x30, 0x9e, 0xeb, 0x7}};
119 #include "FCMPostConfig.h"
121 #endif // IPROPERTY_IDS_H_
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
This file contains core definitions of the framework Flash Component Model (FCM). ...
This file contains the types used for DOM traversal and access.
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
FCM::ConstFCMIID GEOMETRIC_PROPERTY_ID
Defines ID for geometric property.
Definition: IPropertyIDs.h:73
FCM::ConstFCMIID FILTER_PROPERTY_ID
Defines ID for filter property.
Definition: IPropertyIDs.h:103
FCM::ConstFCMIID COLOR_PROPERTY_ID
Defines ID for color property.
Definition: IPropertyIDs.h:88
FCM::ConstFCMIID SHAPE_PROPERTY_ID
Defines the property ID for "shape.".
Definition: IPropertyIDs.h:58