[Table of Contents] [docx version]

Error! No text of specified style in document.

effectDag (Effect Container)

This element specifies a list of effects. Effects are applied in the order specified by the container type (sibling or tree).

[Note: An effectDag element may contain multiple effect containers as child elements. Effect containers with different types may be combined in an effectDag to define a directed acyclic graph (DAG) that specifies the order in which all effects are applied. end note]

Parent Elements

bg5.9.3.1); bgPr4.4.1.2); defRPr5.1.5.3.2); effect5.1.4.2.7); effectStyle5.1.4.1.11); endParaRPr5.1.5.2.3); grpSpPr5.8.2.14); grpSpPr4.4.1.20); grpSpPr5.1.2.1.22); grpSpPr5.6.2.17); rPr5.1.5.3.9); spPr5.6.2.29); spPr5.7.2.198); spPr5.8.2.23); spPr5.1.2.1.35); spPr4.4.1.41); spPr5.9.3.7); spPr5.2.2.6); tblPr5.1.6.13); whole5.9.3.9)

 

Child Elements

Subclause

alphaBiLevel (Alpha Bi-Level Effect)

§5.1.10.1

alphaCeiling (Alpha Ceiling Effect)

§5.1.10.2

alphaFloor (Alpha Floor Effect)

§5.1.10.3

alphaInv (Alpha Inverse Effect)

§5.1.10.4

alphaMod (Alpha Modulate Effect)

§5.1.10.5

alphaModFix (Alpha Modulate Fixed Effect)

§5.1.10.6

alphaOutset (Alpha Inset/Outset Effect)

§5.1.10.7

alphaRepl (Alpha Replace Effect)

§5.1.10.8

biLevel (Bi-Level (Black/White) Effect)

§5.1.10.11

blend (Blend Effect)

§5.1.10.12

blur (Blur Effect)

§5.1.10.15

clrChange (Color Change Effect)

§5.1.10.16

clrRepl (Solid Color Replacement)

§5.1.10.18

cont (Effect Container)

§5.1.10.20

duotone (Duotone Effect)

§5.1.10.23

effect (Effect)

§5.1.10.24

fill (Fill)

§5.1.10.28

fillOverlay (Fill Overlay Effect)

§5.1.10.29

glow (Glow Effect)

§5.1.10.32

grayscl (Gray Scale Effect)

§5.1.10.34

hsl (Hue Saturation Luminance Effect)

§5.1.10.39

innerShdw (Inner Shadow Effect)

§5.1.10.40

lum (Luminance Effect)

§5.1.10.42

outerShdw (Outer Shadow Effect)

§5.1.10.45

prstShdw (Preset Shadow)

§5.1.10.49

reflection (Reflection Effect)

§5.1.10.50

relOff (Relative Offset Effect)

§5.1.10.51

softEdge (Soft Edge Effect)

§5.1.10.53

tint (Tint Effect)

§5.1.10.60

xfrm (Transform Effect)

§5.1.10.61

 

Attributes

Description

name (Name)

Specifies an optional name for this list of effects, so that it can be referred to later. Must be unique across all effect trees and effect containers.

 

The possible values for this attribute are defined by the XML Schema token datatype.

type (Effect Container Type)

Specifies the type of container, either sibling or tree.

 

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_EffectContainer">

   <group ref="EG_Effect" minOccurs="0" maxOccurs="unbounded"/>

   <attribute name="type" type="ST_EffectContainerType" use="optional" default="sib"/>

   <attribute name="name" type="xsd:token" use="optional"/>

</complexType>