20.4.3.7 ST_WrapText

This simple type specifies the possible settings for how text can wrap around the object’s left and right sides.

[Example: Consider a floating DrawingML object which must allow text to wrap around its left side only. This setting would be specified as follows:

<wp:anchor
   >
  <wp:wrapTight wrapText="left"  />
</wp:anchor>

The wrapText attribute value of left specifies that text must only wrap around the let side of the object. end example]

This simple type’s contents are a restriction of the W3C XML Schema token datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that text shall wrap around both sides of the object.

Specifies that text shall only wrap around the largest side of the object.

If the object is positioned in the exact center of the page, the text shall wrap around the side on which text is first encountered: - If the first line of text intersecting the object is using left-to-right reading order, the text shall wrap to the object’s left. - If the first line of text intersecting the object is using right-to-left reading order, the text shall wrap to the object’s right.

Specifies that text shall only wrap around the left side of the object.

Specifies that text shall only wrap around the right side of the object.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_WrapText) is located in §A.4.4. end note]

Last updated on