EffectDag Class

Effect Container.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.EffectContainerType
        DocumentFormat.OpenXml.Drawing.EffectDag

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class EffectDag _
    Inherits EffectContainerType
'Usage
Dim instance As EffectDag
public class EffectDag : EffectContainerType

Remarks

The following table lists the possible child types:

  • EffectContainer <a:cont>

  • Effect <a:effect>

  • AlphaBiLevel <a:alphaBiLevel>

  • AlphaCeiling <a:alphaCeiling>

  • AlphaFloor <a:alphaFloor>

  • AlphaInverse <a:alphaInv>

  • AlphaModulationEffect <a:alphaMod>

  • AlphaModulationFixed <a:alphaModFix>

  • AlphaOutset <a:alphaOutset>

  • AlphaReplace <a:alphaRepl>

  • BiLevel <a:biLevel>

  • Blend <a:blend>

  • Blur <a:blur>

  • ColorChange <a:clrChange>

  • ColorReplacement <a:clrRepl>

  • Duotone <a:duotone>

  • Fill <a:fill>

  • FillOverlay <a:fillOverlay>

  • Glow <a:glow>

  • Grayscale <a:grayscl>

  • Hsl <a:hsl>

  • InnerShadow <a:innerShdw>

  • LuminanceEffect <a:lum>

  • OuterShadow <a:outerShdw>

  • PresetShadow <a:prstShdw>

  • Reflection <a:reflection>

  • RelativeOffset <a:relOff>

  • SoftEdge <a:softEdge>

  • TintEffect <a:tint>

  • TransformEffect <a:xfrm>

[ISO/IEC 29500-1 1st Edition]

20.1.8.25 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 can contain multiple effect containers as child elements. Effect containers with different styles can 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

bg (§21.4.3.1); bgPr (§19.3.1.2); defRPr (§21.1.2.3.2); effect (§20.1.4.2.7); effectStyle (§20.1.4.1.11); endParaRPr (§21.1.2.2.3); grpSpPr (§21.3.2.14); grpSpPr (§20.1.2.2.22); grpSpPr (§20.5.2.18); grpSpPr (§19.3.1.23); rPr (§21.1.2.3.9); spPr (§21.2.2.197); spPr (§21.3.2.23); spPr (§21.4.3.7); spPr (§20.1.2.2.35); spPr (§20.2.2.6); spPr (§20.5.2.30); spPr (§19.3.1.44); tblPr (§21.1.3.15); whole (§21.4.3.9)

Child Elements

Subclause

alphaBiLevel (Alpha Bi-Level Effect)

§20.1.8.1

alphaCeiling (Alpha Ceiling Effect)

§20.1.8.2

alphaFloor (Alpha Floor Effect)

§20.1.8.3

alphaInv (Alpha Inverse Effect)

§20.1.8.4

alphaMod (Alpha Modulate Effect)

§20.1.8.5

alphaModFix (Alpha Modulate Fixed Effect)

§20.1.8.6

alphaOutset (Alpha Inset/Outset Effect)

§20.1.8.7

alphaRepl (Alpha Replace Effect)

§20.1.8.8

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

§20.1.8.11

blend (Blend Effect)

§20.1.8.12

blur (Blur Effect)

§20.1.8.15

clrChange (Color Change Effect)

§20.1.8.16

clrRepl (Solid Color Replacement)

§20.1.8.18

cont (Effect Container)

§20.1.8.20

duotone (Duotone Effect)

§20.1.8.23

effect (Effect)

§20.1.8.24

fill (Fill)

§20.1.8.28

fillOverlay (Fill Overlay Effect)

§20.1.8.29

glow (Glow Effect)

§20.1.8.32

grayscl (Gray Scale Effect)

§20.1.8.34

hsl (Hue Saturation Luminance Effect)

§20.1.8.39

innerShdw (Inner Shadow Effect)

§20.1.8.40

lum (Luminance Effect)

§20.1.8.42

outerShdw (Outer Shadow Effect)

§20.1.8.45

prstShdw (Preset Shadow)

§20.1.8.49

reflection (Reflection Effect)

§20.1.8.50

relOff (Relative Offset Effect)

§20.1.8.51

softEdge (Soft Edge Effect)

§20.1.8.53

tint (Tint Effect)

§20.1.8.60

xfrm (Transform Effect)

§20.1.8.61

Attributes

Description

name (Name)

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

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

type (Effect Container Type)

Specifies the kind of container, either sibling or tree.

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

[Note: The W3C XML Schema definition of this element’s content model (CT_EffectContainer) is located in §A.4.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EffectDag Members

DocumentFormat.OpenXml.Drawing Namespace