Freigeben über


EffectStyleList-Klasse

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

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.EffectStyleList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(EffectStyle))> _
Public Class EffectStyleList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As EffectStyleList
[ChildElementInfoAttribute(typeof(EffectStyle))]
public class EffectStyleList : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • EffectStyle <a:effectStyle>

[ISO/IEC 29500-1 1. Ausgabe]

20.1.4.1.12 effectStyleLst (Effect Style List)

This element defines a set of three effect styles that create the effect style list for a theme. The effect styles are arranged in order of subtle to moderate to intense.

[Example: Consider the following example of an effect style list within DrawingML:

<effectStyleLst>
<effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="38100" dir="5400000"
algn="ctr" rotWithShape="0">
…
</outerShdw>
</effectLst>
</effectStyle>
  <effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="38100" dir="5400000"
algn="ctr" rotWithShape="0">
…
</outerShdw>
</effectLst>
</effectStyle>
  <effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="38100" dir="5400000"
algn="ctr" rotWithShape="0">
…
</outerShdw>
</effectLst>
    <scene3d>
…
</scene3d>
<sp3d prstMaterial="powder">
…
</sp3d>
</effectStyle>
</effectStyleLst>

In this example, we see three effect styles defined. The first two (subtle and moderate) define an outer shadow as the effect, while the third effect style (intense) defines an outer shadow along with 3D properties which are to be applied to the object as well. end example]

Parent Elements

fmtScheme (§20.1.4.1.14)

Child Elements

Subclause

effectStyle (Effect Style)

§20.1.4.1.11

[Note: The W3C XML Schema definition of this element's content model (CT_EffectStyleList) 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

EffectStyleList-Member

DocumentFormat.OpenXml.Drawing-Namespace