[Table of Contents] [docx version]

Error! No text of specified style in document.

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.

Parent Elements

cont5.1.10.20); effectDag5.1.10.25); effectLst5.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

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

prst (Preset Shadow)

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>