2.6.4.15 ST_RectAlignment

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_Shadow, CT_Reflection

A simple type that specifies how to position two rectangles relative to each other.

Possible values for this type are listed in the following table.

Value

Meaning

none

When other attributes and elements of the parent are "0", a value of "none" sets the parent property to empty.

When other attributes are nonzero, a value of "none" is equivalent to "ctr".

tl

Top Left.

t

Top.

tr

Top Right.

l

Left.

ctr

Center.

r

Right.

bl

Bottom Left.

b

Bottom.

br

Bottom Right.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_RectAlignment">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="none"/>
     <xsd:enumeration value="tl"/>
     <xsd:enumeration value="t"/>
     <xsd:enumeration value="tr"/>
     <xsd:enumeration value="l"/>
     <xsd:enumeration value="ctr"/>
     <xsd:enumeration value="r"/>
     <xsd:enumeration value="bl"/>
     <xsd:enumeration value="b"/>
     <xsd:enumeration value="br"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).