Freigeben über


EffectPropertiesType-Klasse

Effect.When the object is serialized out as xml, its qualified name is a:effect.

Vererbungshierarchie

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

Hinweise

The following table lists the possible child types:

  • EffectList <a:effectLst>

  • EffectDag <a:effectDag>

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

EffectPropertiesType-Member

DocumentFormat.OpenXml.Drawing-Namespace