<restoredTop>
(Normal View Restored Top Properties)
This element specifies the sizing of the top slide region of the normal view, when the region is of a variable restored size (neither minimized nor maximized).
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the size of the slide region (width when a child of The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NormalViewPortion">
<attribute name="sz" type="a:ST_PositiveFixedPercentage" use="required"/>
<attribute name="autoAdjust" type="xsd:boolean" use="optional" default="true"/>
</complexType>