StyleMatrixReferenceType Class
Defines the StyleMatrixReferenceType class.
Inheritance Hierarchy
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
声明
<ChildElementInfoAttribute(GetType(PresetColor))> _
<ChildElementInfoAttribute(GetType(RgbColorModelPercentage))> _
<ChildElementInfoAttribute(GetType(RgbColorModelHex))> _
<ChildElementInfoAttribute(GetType(HslColor))> _
<ChildElementInfoAttribute(GetType(SystemColor))> _
<ChildElementInfoAttribute(GetType(SchemeColor))> _
Public MustInherit Class StyleMatrixReferenceType _
Inherits OpenXmlCompositeElement
用法
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
Remarks
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>
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.