<oleObjects>
(Embedded Objects)
Embedded objects collection in this worksheet.
example:
This example shows two embedded objects.
<oleObjects> <oleObject progId="Word.Document.12" shapeId="1025" r:id="rId4"/> <oleObject progId="PowerPoint.Show.12" shapeId="1026" r:id="rId5"/> </oleObjects>
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OleObjects">
<sequence>
<element name="oleObject" type="CT_OleObject" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>