L.4.14.3.1.1 Absolute Size Anchoring
L.4.14.3.1.1 Absolute Size Anchoring
Absolute Anchoring describes the placement of the drawing within the chart based upon absolute chart coordinates. The absSizeAnchor element specifies anchoring behavior, using percentage-based position coordinates for the anchor location and extent coordinates (in EMUs) for drawing objects, as shown in the example below.
<cdr:absSizeAnchor>
<cdr:from>
<cdr:x>0.10417</cdr:x>
<cdr:y>0.10764</cdr:y>
</cdr:from>
<cdr:ext cx="1895460" cy="1352535"/>
<cdr:sp>
<cdr:nvSpPr> … </cdr:nvSpPr>
<cdr:spPr> … </cdr:spPr>
<cdr:style> … </cdr:style>
<cdr:txBody> … </cdr:txBody>
</cdr:sp>
</cdr:absSizeAnchor>
In this example, there is a single shape specified using absolute anchoring as its anchoring method.
Last updated on