Freigeben über


ColorsType-Klasse

Defines the ColorsType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType
        DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList
        DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList
        DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList
        DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList
        DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList
        DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(SchemeColor))> _
<ChildElementInfoAttribute(GetType(SystemColor))> _
<ChildElementInfoAttribute(GetType(HslColor))> _
<ChildElementInfoAttribute(GetType(RgbColorModelPercentage))> _
<ChildElementInfoAttribute(GetType(RgbColorModelHex))> _
<ChildElementInfoAttribute(GetType(PresetColor))> _
Public MustInherit Class ColorsType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ColorsType
[ChildElementInfoAttribute(typeof(SchemeColor))]
[ChildElementInfoAttribute(typeof(SystemColor))]
[ChildElementInfoAttribute(typeof(HslColor))]
[ChildElementInfoAttribute(typeof(RgbColorModelPercentage))]
[ChildElementInfoAttribute(typeof(RgbColorModelHex))]
[ChildElementInfoAttribute(typeof(PresetColor))]
public abstract class ColorsType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage <a:scrgbClr>DocumentFormat.OpenXml.Drawing.RgbColorModelHex <a:srgbClr>DocumentFormat.OpenXml.Drawing.HslColor <a:hslClr>DocumentFormat.OpenXml.Drawing.SystemColor <a:sysClr>DocumentFormat.OpenXml.Drawing.SchemeColor <a:schemeClr>DocumentFormat.OpenXml.Drawing.PresetColor <a:prstClr>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

ColorsType-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace