17.18.105 ST_Zoom

This simple type specifies the type of magnification settings which can be applied to a given document on open.

[Example: Consider a WordprocessingML document that should be visible without any horizontal scrolling when it is displayed. This requirement would be specified using the following WordprocessingML:

<w:zoom w:val="bestFit" w:percent="90%" />

The val attribute is equal to the value bestFit specifying that an application must dynamically calculate the magnification needed such that the given document must be visible on the horizontal plane of the document with no horizontal scrolling required to see any part of the WordprocessingML document’s pages. 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 the magnification setting shall be adjusted to ensure the width of the current page matches the available window width.

(Display One Full Page)

Specifies that the magnification setting shall be adjusted to ensure that one full page can be seen at a time.

Specifies that no preset magnification is present, and the last known cached setting shall be used.

Specifies that the magnification setting shall be adjusted to ensure the width of the text extents on the current page matches the available window width.

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

Last updated on