EffectContainerType Class

Defines the EffectContainerType class.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(AlphaModulationFixed))> _
<ChildElementInfoAttribute(GetType(Effect))> _
<ChildElementInfoAttribute(GetType(AlphaBiLevel))> _
<ChildElementInfoAttribute(GetType(AlphaCeiling))> _
<ChildElementInfoAttribute(GetType(AlphaFloor))> _
<ChildElementInfoAttribute(GetType(AlphaInverse))> _
<ChildElementInfoAttribute(GetType(AlphaModulationEffect))> _
<ChildElementInfoAttribute(GetType(EffectContainer))> _
<ChildElementInfoAttribute(GetType(AlphaOutset))> _
<ChildElementInfoAttribute(GetType(AlphaReplace))> _
<ChildElementInfoAttribute(GetType(BiLevel))> _
<ChildElementInfoAttribute(GetType(Blend))> _
<ChildElementInfoAttribute(GetType(Blur))> _
<ChildElementInfoAttribute(GetType(ColorChange))> _
<ChildElementInfoAttribute(GetType(ColorReplacement))> _
<ChildElementInfoAttribute(GetType(Duotone))> _
<ChildElementInfoAttribute(GetType(Fill))> _
<ChildElementInfoAttribute(GetType(FillOverlay))> _
<ChildElementInfoAttribute(GetType(Glow))> _
<ChildElementInfoAttribute(GetType(Grayscale))> _
<ChildElementInfoAttribute(GetType(Hsl))> _
<ChildElementInfoAttribute(GetType(InnerShadow))> _
<ChildElementInfoAttribute(GetType(LuminanceEffect))> _
<ChildElementInfoAttribute(GetType(OuterShadow))> _
<ChildElementInfoAttribute(GetType(PresetShadow))> _
<ChildElementInfoAttribute(GetType(Reflection))> _
<ChildElementInfoAttribute(GetType(RelativeOffset))> _
<ChildElementInfoAttribute(GetType(SoftEdge))> _
<ChildElementInfoAttribute(GetType(TintEffect))> _
<ChildElementInfoAttribute(GetType(TransformEffect))> _
Public MustInherit Class EffectContainerType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As EffectContainerType
[ChildElementInfoAttribute(typeof(AlphaModulationFixed))]
[ChildElementInfoAttribute(typeof(Effect))]
[ChildElementInfoAttribute(typeof(AlphaBiLevel))]
[ChildElementInfoAttribute(typeof(AlphaCeiling))]
[ChildElementInfoAttribute(typeof(AlphaFloor))]
[ChildElementInfoAttribute(typeof(AlphaInverse))]
[ChildElementInfoAttribute(typeof(AlphaModulationEffect))]
[ChildElementInfoAttribute(typeof(EffectContainer))]
[ChildElementInfoAttribute(typeof(AlphaOutset))]
[ChildElementInfoAttribute(typeof(AlphaReplace))]
[ChildElementInfoAttribute(typeof(BiLevel))]
[ChildElementInfoAttribute(typeof(Blend))]
[ChildElementInfoAttribute(typeof(Blur))]
[ChildElementInfoAttribute(typeof(ColorChange))]
[ChildElementInfoAttribute(typeof(ColorReplacement))]
[ChildElementInfoAttribute(typeof(Duotone))]
[ChildElementInfoAttribute(typeof(Fill))]
[ChildElementInfoAttribute(typeof(FillOverlay))]
[ChildElementInfoAttribute(typeof(Glow))]
[ChildElementInfoAttribute(typeof(Grayscale))]
[ChildElementInfoAttribute(typeof(Hsl))]
[ChildElementInfoAttribute(typeof(InnerShadow))]
[ChildElementInfoAttribute(typeof(LuminanceEffect))]
[ChildElementInfoAttribute(typeof(OuterShadow))]
[ChildElementInfoAttribute(typeof(PresetShadow))]
[ChildElementInfoAttribute(typeof(Reflection))]
[ChildElementInfoAttribute(typeof(RelativeOffset))]
[ChildElementInfoAttribute(typeof(SoftEdge))]
[ChildElementInfoAttribute(typeof(TintEffect))]
[ChildElementInfoAttribute(typeof(TransformEffect))]
public abstract class EffectContainerType : OpenXmlCompositeElement

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>AlphaModulate <a:alphaMod>AlphaModulateFixed <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>

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

EffectContainerType Members

DocumentFormat.OpenXml.Drawing Namespace