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.
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).