17.18.104 ST_Wrap
This simple type specifies the type of text wrapping which shall be allowed around a text frame within a document.
[Example: Consider the following WordprocessingML fragment specifying a text frame:
<w:p>
<w:pPr>
<w:framePr w:w="2419" w:h="2189" w:hRule="atLeast" w:hSpace="187"
w:wrap="around" w:vAnchor="text" w:hAnchor="page" w:x="1643" w:y="73" />
</w:pPr>
<w:r>
<w:t>Text Frame Content.</w:t>
</w:r>
</w:p>
This wrap attribute on this text frame specifies that when the frame is rendered on the page, any non-text frame paragraphs which would normally flow onto the same lines must be allowed to wrap around it. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that text shall be allowed to wrap around the remaining space on each line around this text frame in the document.
Specifies that text shall have the default application- defined behavior of the application displaying the WordprocessingML document with regard to the text wrapping displayed around the frame.
Specifies that text shall not be allowed to wrap around the remaining space on each lines around this text frame.
Any text content shall therefore be placed on the next line following this text frame which does not intersect with the frame’s extents.
Specifies that text shall not be allowed to wrap around the remaining space on each lines around this text frame.
Any text content shall therefore be placed on the next line following this text frame which does not intersect with the frame’s extents.
Specifies that text shall be allowed to wrap around the remaining space on each line around this text frame in the document.
Specifies that text shall be allowed to tightly wrap around the remaining space on each line around this
Enumeration Value
Description
text frame in the document.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_Wrap) is located in A.1. end note]