2.4.13 ST_expand

Target namespace: http://schemas.microsoft.com/office/2009/07/customui

Referenced by: CT_BackstageGroupButton, CT_BackstageCheckBox, CT_BackstageEditBox, CT_BackstageDropDown, CT_RadioGroup, CT_BackstageComboBox, CT_Hyperlink, CT_BackstageLabelControl, CT_GroupBox

Specifies the direction or directions that the relevant control expands within its container.

Value

Meaning

horizontal

Specifies that the control expands horizontally.

vertical

Specifies that the control expands vertically.

both

Specifies that the control expands both horizontally and vertically.

neither

Specifies that the control does not expand.

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

 <xsd:simpleType name="ST_expand">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="horizontal"/>
     <xsd:enumeration value="vertical"/>
     <xsd:enumeration value="both"/>
     <xsd:enumeration value="neither"/>
   </xsd:restriction>
 </xsd:simpleType>

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