<relSizeAnchor>
(Relative 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 <to>
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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RelSizeAnchor">
<sequence>
<element name="from" type="CT_Marker"/>
<element name="to" type="CT_Marker"/>
<group ref="EG_ObjectChoices"/>
</sequence>
</complexType>