2.24.4.19 ST_SidePos
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_ChartTitle, CT_Legend
This simple type<600> specifies an enumeration of side positions. Possible values are described in the following table.
Value |
Meaning |
---|---|
l |
|
t |
|
r |
|
b |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_SidePos"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="l"/> <xsd:enumeration value="t"/> <xsd:enumeration value="r"/> <xsd:enumeration value="b"/> </xsd:restriction> </xsd:simpleType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).