20.4.2.15 wrapNone
20.4.2.15 wrapNone
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 must 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 must not cause any text wrapping, and since the behindDoc attribute is false, the object must be displayed in front of the text of the document. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_WrapNone) is located in A.4.4. end note]
Last updated on