<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 |
---|---|
|
Wrap text on both sides. |
|
Wrap text on largest side. |
|
Wrap text on left side. |
|
Wrap text on right side. |
Referenced By |
---|
|
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>