Freigeben über


StyleMatrixReferenceType-Klasse

Defines the StyleMatrixReferenceType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType
        DocumentFormat.OpenXml.Drawing.EffectReference
        DocumentFormat.OpenXml.Drawing.FillReference
        DocumentFormat.OpenXml.Drawing.LineReference

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

Syntax

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

Hinweise

The following table lists the possible child types:RgbColorModelPercentage <a:scrgbClr>RgbColorModelHex <a:srgbClr>HslColor <a:hslClr>SystemColor <a:sysClr>SchemeColor <a:schemeClr>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

StyleMatrixReferenceType-Member

DocumentFormat.OpenXml.Drawing-Namespace