次の方法で共有


ColorMapOverride Class

Color Scheme Map Override.When the object is serialized out as xml, its qualified name is p:clrMapOvr.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.ColorMapOverride

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(OverrideColorMapping))> _
<ChildElementInfoAttribute(GetType(MasterColorMapping))> _
Public Class ColorMapOverride _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As ColorMapOverride
[ChildElementInfoAttribute(typeof(OverrideColorMapping))]
[ChildElementInfoAttribute(typeof(MasterColorMapping))]
public class ColorMapOverride : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.MasterColorMapping <a:masterClrMapping>

  • DocumentFormat.OpenXml.Drawing.OverrideColorMapping <a:overrideClrMapping>

[ISO/IEC 29500-1 初版]

19.3.1.7 clrMapOvr (Color Scheme Map Override)

This element provides a mechanism with which to override the color schemes listed within the ClrMap element. If the masterClrMapping element is present, the color scheme defined by the master is used. If the overrideClrMapping element is present, it defines a new color scheme specific to the parent notes slide, presentation slide, or slide layout.

Parent Elements

notes (§19.3.1.26); sld (§19.3.1.38); sldLayout (§19.3.1.39)

Child Elements

Subclause

masterClrMapping (Master Color Mapping)

§20.1.6.6

overrideClrMapping (Override Color Mapping)

§20.1.6.8

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

ColorMapOverride Members

DocumentFormat.OpenXml.Presentation Namespace