<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:
<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. ]

Parent Elements

<anchor>5.5.2.3)

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

<complexType name="CT_WrapNone"/>