17.18.82 ST_StyleSort

This simple type specifies the ways in which the list of document styles can be ordered when they are displayed in a user interface.

[Example: Consider the WordprocessingML below:

<w:stylePaneSortMethod w:val="basedOn" />

The stylePaneSortMethod element has a val attribute value of basedOn, which specifies that styles are sorted by the value of their basedOn element (17.7.4.3). end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that styles which are visible should be sorted by the style on which they are based using the basedOn element (17.7.4.3).

Specifies that styles which are visible should be sorted by the default sorting of the host application.

Specifies that styles which are visible should be sorted by the font which they apply.

Specifies that styles which are visible should be sorted by their names.

Specifies that styles which are visible should be sorted by their UI priority using the uiPriority element (17.7.4.19).

Specifies that styles which are visible should be sorted by their style types (i.e. character, linked, paragraph).

[Note: The W3C XML Schema definition of this simple type’s content model (ST_StyleSort) is located in A.1. end note]

Last updated on