The Wayback Machine - https://web.archive.org/web/20100503174613/http://www.cambridgesoft.com:80/services/documentation/sdk/chemdraw/cdx/EmbeddedObject.htm

Embedded Object Object

CDXML Name:embeddedobject
CDX Constant Name:kCDXObj_EmbeddedObject
CDX Constant Value:0x8009
Contained by objects:kCDXObj_Page
First written/read in:ChemDraw 4.0

Description:

The EmbeddedObject object is, as its name implies, an externally-generated object embedded in the file. It may be a Macintosh PICT, a Windows Metafile, or a Windows OLE Object.

The bounding box property is required, but there are no required objects.

Subobjects:
Value Name CDXML Name
0x8011 kCDXObj_ObjectTag objecttag
Arbitrarily named property, one or more of which can be attached to any ChemDraw object.

Properties:
Value Name CDXML Name Type
n/a n/a id UINT16
A unique identifier for an object, used when other objects refer to it.
0x000A kCDXProp_ZOrder Z INT16
Back-to-front ordering index in 2D drawing.
0x0204 kCDXProp_BoundingBox BoundingBox CDXRectangle
Required for pictures and spectra. Required for graphics and text until 6.0. The smallest rectangle that encloses the graphical representation of the object.
0x0205 kCDXProp_RotationAngle RotationAngle INT32
The angular orientation of an object in degrees * 65536.
0x0301 kCDXProp_ForegroundColor color UINT16
The foreground color of an object represented as the two-based index into the object's color table.
0x0302 kCDXProp_BackgroundColor bgcolor INT16
The background color of an object represented as the two-based index into the object's color table.
0x0A60 kCDXProp_Picture_Edition Edition Unformatted
The section information (SectionHandle) of the Macintosh Publish & Subscribe edition embedded in the CDX picture object.
0x0A61 kCDXProp_Picture_EditionAlias EditionAlias Unformatted
The alias information of the Macintosh Publish & Subscribe edition embedded in the CDX picture object.
0x0A62 kCDXProp_MacPICT MacPICT Unformatted
A Macintosh PICT data object.
0x0A63 kCDXProp_WindowsMetafile WindowsMetafile Unformatted
A Microsoft Windows Metafile object.
0x0A64 kCDXProp_OLEObject OLEObject Unformatted
An OLE object.
0x0A65 kCDXProp_EnhancedMetafile EnhancedMetafile Unformatted
A Microsoft Windows Enhanced Metafile object.
0x0A6E kCDXProp_GIF GIF Unformatted
A binary GIF data object.
0x0A6F kCDXProp_TIFF TIFF Unformatted
A binary TIFF data object.
0x0A70 kCDXProp_PNG PNG Unformatted
A binary PNG data object.
0x0A71 kCDXProp_JPEG JPEG Unformatted
A binary JPEG data object.
0x0A72 kCDXProp_BMP BMP Unformatted
A binary BMP data object.

 


CDX Documentation index