[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_SplitterBarState (Splitter Bar State)

This type specifies the state that the splitter bar should be shown in. The splitter bar separates a primary and secondary region within a viewing area.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

maximized (Max)

The primary region occupies the greatest amount of the viewing area allowed by the application.

minimized (Min)

The primary region occupies the least amount of the viewing area allowed by the application.

restored (Restored)

The primary region has a specific intermediate size.

 

Referenced By

normalViewPr@horzBarState4.3.2.6); normalViewPr@vertBarState4.3.2.6)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_SplitterBarState">

   <restriction base="xsd:token">

   <enumeration value="minimized"/>

   <enumeration value="restored"/>

   <enumeration value="maximized"/>

   </restriction>

</simpleType>