[Table of Contents] [docx version]
VML Reference Material - VML
ST_WrapSide (Text Wrapping Side)
This type defines which sides text can wrap around a VML object.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
both (Both sides) |
Wrap text on both sides. |
largest (Largest side) |
Wrap text on largest side. |
left (Left side) |
Wrap text on left side. |
right (Right side) |
Wrap text on right side. |
Referenced By |
wrap@side (§6.3.2.6) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_WrapSide">
<restriction base="xsd:string">
<enumeration value="both"/>
<enumeration value="left"/>
<enumeration value="right"/>
<enumeration value="largest"/>
</restriction>
</simpleType>