<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.

Parent Elements

<cont>5.1.10.20); <effectDag>5.1.10.25); <effectLst>5.1.10.26)

Child Elements

Subclause

<hslClr> (Hue, Saturation, Luminance Color Model)

§5.1.2.2.13

<prstClr> (Preset Color)

§5.1.2.2.22

<schemeClr> (Scheme Color)

§5.1.2.2.29

<scrgbClr> (RGB Color Model - Percentage Variant)

§5.1.2.2.30

<srgbClr> (RGB Color Model - Hex Variant)

§5.1.2.2.32

<sysClr> (System Color)

§5.1.2.2.33

Attributes

Description

<blurRad> (Blur Radius)

Specifies the blur radius.

The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42).

<dir> (Direction)

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).

<dist> (Distance)

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>