<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>