<ST_TextWrappingType> (Text Wrapping Types)

Text Wrapping Types

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

The following are possible enumeration values for this type:

Enumeration Value

Description

<none> (Text Wrapping Type Enum ( None ))

No wrapping will occur on this text body. Words will spill out without paying attention to the bounding rectangle boundaries.

<square> (Text Wrapping Type Enum ( Square ))

Determines whether we wrap words within the bounding rectangle.

Referenced By

<bodyPr@wrap>5.1.5.1.1)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TextWrappingType">
	<restriction base="xsd:token">
	<enumeration value="none"/>
	<enumeration value="square"/>
	</restriction>
</simpleType>