<prstShdw>
(Preset Shadow)
This element specifies that a preset shadow is to be used. Each preset shadow is equivalent to a specific outer shadow effect. For each preset shadow, the color element, direction attribute, and distance attribute represent the color, direction, and distance parameters of the corresponding outer shadow. Additionally, the @rotateWithShape
attribute of corresponding outer shadow is always false. Other non-default parameters of the outer shadow are dependent on the @prst
attribute.
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
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). |
|
Specifies which preset shadow to use. The possible values for this attribute are defined by the ST_PresetShadowVal simple type (§5.1.12.52). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PresetShadowEffect">
<sequence>
<group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="prst" type="ST_PresetShadowVal" use="required"/>
<attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
<attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
</complexType>