[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type specifies the possible ways to store a chart element's position.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
edge (Edge) |
Specifies that the Width or Height shall be interpreted as the Right or Bottom of the chart element. |
factor (Factor) |
Specifies that the Width or Height shall be interpreted as the Width or Height of the chart element. |
Referenced By |
hMode@val (§5.7.2.81); wMode@val (§5.7.2.232); xMode@val (§5.7.2.234); yMode@val (§5.7.2.237) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LayoutMode">
<restriction base="xsd:string">
<enumeration value="edge"/>
<enumeration value="factor"/>
</restriction>
</simpleType>