[Table of Contents] [docx version]

Error! No text of specified style in document.

wrapNone (No Text Wrapping)

This element specifies that the parent DrawingML object shall not cause any text wrapping within the contents of the host WordprocessingML document based on its display location. In effect, this setting shall place the object in one of two locations:

If the behindDoc attribute on the parent element is true, then the object shall be positioned behind the text as it is normally displayed.

If the behindDoc attribute on the parent element is false, then the object shall be positioned in front of the text as it is normally displayed.

[Example: Consider a DrawingML picture which shall be displayed in front of any text on the page. This object would be specified as follows:

<wp:anchor relativeHeight="10" behindDoc="false">

<wp:wrapNone/>
</wp:anchor>

The wrapNone element specifies that the DrawingML object shall not cause any text wrapping, and since the behindDoc attribute is false, the object shall be displayed in front of the text of the document. end example]

Parent Elements

anchor5.5.2.3)

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_WrapNone"/>