次の方法で共有


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

'宣言
<ChildElementInfoAttribute(GetType(EffectDag))> _
<ChildElementInfoAttribute(GetType(EffectList))> _
Public Class EffectPropertiesType _
    Inherits OpenXmlCompositeElement
'使用
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 初版]

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

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

EffectPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace