[Table of Contents] [docx version]
VML Reference Material - VML
This simple type specifies the types of shadows applied to a shape.
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 |
double (Double Shadow) |
Double shadow. color2 and offset2 are used for the second shadow's color and offset. |
emboss (Embossed Shadow) |
The shadow has an embossed look. Similar to double. |
perspective (Perspective Shadow) |
Perspective shadow. |
single (Single Shadow) |
Single shadow. |
Referenced By |
shadow@type (§6.1.2.18) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ShadowType">
<restriction base="xsd:string">
<enumeration value="single"/>
<enumeration value="double"/>
<enumeration value="emboss"/>
<enumeration value="perspective"/>
</restriction>
</simpleType>