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 第 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. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,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