[Table of Contents] [docx version]

Error! No text of specified style in document.

rect (Shape Text Rectangle)

This element specifies the rectangular bounding box for text within a custGeom shape. The default for this rectangle is the bounding box for the shape. This can be modified using this elements four attributes to inset or extend the text bounding box.

[Note: Text specified to reside within this shape text rectangle may flow outside this bounding box. Depending on the autofit options within the txBody element the text may or may not entirely reside within this shape text rectangle. end note]

Parent Elements

custGeom5.1.11.8)

 

Attributes

Description

b (Bottom Position)

Specifies the y coordinate of the bottom edge for a shape text rectangle. The units for this edge is specified in EMUs as the positioning here is based on the shape coordinate system. The width and height for this coordinate system are specified within the ext transform element.

 

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§5.1.12.2).

l (Left)

Specifies the x coordinate of the left edge for a shape text rectangle. The units for this edge is specified in EMUs as the positioning here is based on the shape coordinate system. The width and height for this coordinate system are specified within the ext transform element.

 

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§5.1.12.2).

r (Right)

Specifies the x coordinate of the right edge for a shape text rectangle. The units for this edge is specified in EMUs as the positioning here is based on the shape coordinate system. The width and height for this coordinate system are specified within the ext transform element.

 

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§5.1.12.2).

t (Top)

Specifies the y coordinate of the top edge for a shape text rectangle. The units for this edge is specified in EMUs as the positioning here is based on the shape coordinate system. The width and height for this coordinate system are specified within the ext transform element.

 

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§5.1.12.2).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_GeomRect">

   <attribute name="l" type="ST_AdjCoordinate" use="required"/>

   <attribute name="t" type="ST_AdjCoordinate" use="required"/>

   <attribute name="r" type="ST_AdjCoordinate" use="required"/>

   <attribute name="b" type="ST_AdjCoordinate" use="required"/>

</complexType>