Definition Type: SimpleType
Name: zoomValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines zoom modes in Word.
Collapse XSD Schema Diagram:
XSD Diagram of zoomValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="zoomValue">
    <xsd:annotation>
        <xsd:documentation>Defines zoom modes in Word.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>No zoom specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="full-page">
            <xsd:annotation>
                <xsd:documentation>Reduces the display so the entire page fits within the document window.  This option is available only if you are in print layout view.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="best-fit">
            <xsd:annotation>
                <xsd:documentation>Reduces or enlarges the display of your document so that it fits within the left and right margins.  'best-fit' (Page width) displays your document so you don't have to scroll horizontally to see a whole line of text.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="text-fit">
            <xsd:annotation>
                <xsd:documentation>Reduces or enlarges the display of your document to the width of the text on the page.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration full-page
Enumeration best-fit
Enumeration text-fit
Collapse Derivation Tree:
Collapse References:
W:val