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

Parent Elements

<bg>5.9.3.1); <bgPr>4.4.1.2); <defRPr>5.1.5.3.2); <effect>5.1.4.2.7); <effectStyle>5.1.4.1.11); <endParaRPr>5.1.5.2.3); <grpSpPr>5.8.2.14); <grpSpPr>4.4.1.20); <grpSpPr>5.1.2.1.22); <grpSpPr>5.6.2.17); <rPr>5.1.5.3.9); <spPr>5.6.2.29); <spPr>5.7.2.198); <spPr>5.8.2.23); <spPr>5.1.2.1.35); <spPr>4.4.1.41); <spPr>5.9.3.7); <spPr>5.2.2.6); <tblPr>5.1.6.13); <whole>5.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>