[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies all drawing objects within the worksheet. It acts much like the spTree element within the DrawingML framework. Allowing for the specification of all shapes for a given part of a document, in this case a single Worksheet.
Parent Elements |
Root element of SpreadsheetML Drawing part |
Child Elements |
Subclause |
absoluteAnchor (Absolute Anchor Shape Size) |
§5.6.2.1 |
oneCellAnchor (One Cell Anchor Shape Size) |
§5.6.2.23 |
twoCellAnchor (Two Cell Anchor Shape Size) |
§5.6.2.32 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Drawing">
<sequence>
<group ref="EG_Anchor" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>