<innerShdw>
(Inner Shadow Effect)
This element specifies an inner shadow effect. A shadow is applied within the edges of the object according to the parameters given by the attributes.
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the blur radius. The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
|
Specifies the direction to offset the shadow. The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type (§5.1.12.44). |
|
Specifies how far to offset the shadow. The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_InnerShadowEffect">
<sequence>
<group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="blurRad" type="ST_PositiveCoordinate" use="optional" default="0"/>
<attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
<attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
</complexType>