[Table of Contents] [docx version]
Error! No text of specified style in document.
absSizeAnchor (Absolute Anchor Shape Size)
This element specifies that the shape described here to reside within a chart should be sized based on relative anchor points. This is achieved via two elements. The from element specifies the top left corner of the shape bounding box in a RTL(right-to-left) implementation. The ext element then specifies the bottom right corner of the shape bounding box in a RTL(right-to-left) implementation and thus the size of the shape.
Parent Elements |
userShapes (§5.7.2.221) |
Child Elements |
Subclause |
cxnSp (Connection Shape) |
§5.8.2.9 |
ext (Shape Extent) |
§5.8.2.10 |
from (Starting Anchor Point) |
§5.8.2.11 |
graphicFrame (Graphic Frame) |
§5.8.2.12 |
grpSp (Group Shape) |
§5.8.2.13 |
pic (Picture) |
§5.8.2.20 |
sp (Shape) |
§5.8.2.22 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AbsSizeAnchor">
<sequence>
<element name="from" type="CT_Marker"/>
<element name="ext" type="a:CT_PositiveSize2D"/>
<group ref="EG_ObjectChoices"/>
</sequence>
</complexType>