Definition Type: SimpleType
Name: wrapValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines text-wrapping values.
Collapse XSD Schema Diagram:
XSD Diagram of wrapValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="wrapValue">
    <xsd:annotation>
        <xsd:documentation>Defines text-wrapping values.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="auto">
            <xsd:annotation>
                <xsd:documentation>Auto wrapping</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="not-beside">
            <xsd:annotation>
                <xsd:documentation>Places object at insertion point in line of text in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="around">
            <xsd:annotation>
                <xsd:documentation>Wrap text around frame.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="tight">
            <xsd:annotation>
                <xsd:documentation>Wrap text around object instead of bounding box.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="through">
            <xsd:annotation>
                <xsd:documentation>Places object behind text and removes text wrapping.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>Places object in front of text and removes text wrapping.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration auto
Enumeration not-beside
Enumeration around
Enumeration tight
Enumeration through
Enumeration none
Collapse Derivation Tree:
Collapse References:
W:wrap