次の方法で共有


EffectContainer Class

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

Inheritance Hierarchy

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

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

Syntax

'宣言
Public Class EffectContainer _
    Inherits EffectContainerType
'使用
Dim instance As EffectContainer
public class EffectContainer : EffectContainerType

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>

  • AlphaModulationEffect <a:alphaMod>

  • AlphaModulationFixed <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>

[ISO/IEC 29500-1 初版]

20.1.8.20 cont (Effect Container)

This element specifies an Effect Container. It is a list of effects.

Parent Elements

alphaMod (§20.1.8.5); blend (§20.1.8.12); cont (§20.1.8.20); effectDag (§20.1.8.25)

Child Elements

Subclause

alphaBiLevel (Alpha Bi-Level Effect)

§20.1.8.1

alphaCeiling (Alpha Ceiling Effect)

§20.1.8.2

alphaFloor (Alpha Floor Effect)

§20.1.8.3

alphaInv (Alpha Inverse Effect)

§20.1.8.4

alphaMod (Alpha Modulate Effect)

§20.1.8.5

alphaModFix (Alpha Modulate Fixed Effect)

§20.1.8.6

alphaOutset (Alpha Inset/Outset Effect)

§20.1.8.7

alphaRepl (Alpha Replace Effect)

§20.1.8.8

biLevel (Bi-Level (Black/White) Effect)

§20.1.8.11

blend (Blend Effect)

§20.1.8.12

blur (Blur Effect)

§20.1.8.15

clrChange (Color Change Effect)

§20.1.8.16

clrRepl (Solid Color Replacement)

§20.1.8.18

cont (Effect Container)

§20.1.8.20

duotone (Duotone Effect)

§20.1.8.23

effect (Effect)

§20.1.8.24

fill (Fill)

§20.1.8.28

fillOverlay (Fill Overlay Effect)

§20.1.8.29

glow (Glow Effect)

§20.1.8.32

grayscl (Gray Scale Effect)

§20.1.8.34

hsl (Hue Saturation Luminance Effect)

§20.1.8.39

innerShdw (Inner Shadow Effect)

§20.1.8.40

lum (Luminance Effect)

§20.1.8.42

outerShdw (Outer Shadow Effect)

§20.1.8.45

prstShdw (Preset Shadow)

§20.1.8.49

reflection (Reflection Effect)

§20.1.8.50

relOff (Relative Offset Effect)

§20.1.8.51

softEdge (Soft Edge Effect)

§20.1.8.53

tint (Tint Effect)

§20.1.8.60

xfrm (Transform Effect)

§20.1.8.61

Attributes

Description

name (Name)

Specifies an optional name for this list of effects, so that it can be referred to later. Shall be unique across all effect trees and effect containers.

The possible values for this attribute are defined by the W3C XML Schema token datatype.

type (Effect Container Type)

Specifies the kind of container, either sibling or tree.

The possible values for this attribute are defined by the ST_EffectContainerType simple type (§20.1.10.22).

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

EffectContainer Members

DocumentFormat.OpenXml.Drawing Namespace