EffectPropertiesType Class
Effect.When the object is serialized out as xml, its qualified name is a:effect.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.EffectPropertiesType
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(EffectDag))> _
<ChildElementInfoAttribute(GetType(EffectList))> _
Public Class EffectPropertiesType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As EffectPropertiesType
[ChildElementInfoAttribute(typeof(EffectDag))]
[ChildElementInfoAttribute(typeof(EffectList))]
public class EffectPropertiesType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
EffectList <a:effectLst>
EffectDag <a:effectDag>
[ISO/IEC 29500-1 1st Edition]
20.1.4.2.7 effect (Effect)
This element defines the effect that can be applied to a table as a whole through a table style.
[Example: Consider the following example of an effect in use within DrawingML:
<effect> <effectLst> <glow rad="228600"> <schemeClr val="accent1"> <satMod val="175000"/> <alpha val="40000"/> </schemeClr> </glow> </effectLst> </effect>
In this example, we see a glow being defined within the table style that is applied to the table as a whole. end example]
Parent Elements |
---|
tblBg (§20.1.4.2.25) |
Child Elements |
Subclause |
---|---|
effectDag (Effect Container) |
§20.1.8.25 |
effectLst (Effect Container) |
§20.1.8.26 |
[Note: The W3C XML Schema definition of this element’s content model (CT_EffectProperties) 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.