[Table of Contents] [docx version]
Error! No text of specified style in document.
absoluteAnchor (Absolute Anchor Shape Size)
This element is used as an anchor placeholder for a shape or group of shapes. It will anchor the object in the same position relative to sheet position and its extents are in EMU unit.
Parent Elements |
wsDr (§5.6.2.34) |
Child Elements |
Subclause |
clientData (Client Data) |
§5.6.2.3 |
cxnSp (Connection Shape) |
§5.6.2.12 |
ext (Shape Extent) |
§5.6.2.13 |
graphicFrame (Graphic Frame) |
§5.6.2.15 |
grpSp (Group Shape) |
§5.6.2.16 |
pic (Picture) |
§5.6.2.24 |
pos (Position) |
§5.6.2.25 |
sp (Shape) |
§5.6.2.28 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AbsoluteAnchor">
<sequence>
<element name="pos" type="a:CT_Point2D"/>
<element name="ext" type="a:CT_PositiveSize2D"/>
<group ref="EG_ObjectChoices"/>
<element name="clientData" type="CT_AnchorClientData" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>