[Table of Contents] [docx version]

Error! No text of specified style in document.

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

userShapes5.7.2.221)

 

Child Elements

Subclause

cxnSp (Connection Shape)

§5.8.2.9

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

to (Ending Anchor Point)

§5.8.2.25

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>