次の方法で共有


Color3Type Class

Defines the Color3Type class.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.Color3Type
DocumentFormat.OpenXml.Presentation.FromColor
DocumentFormat.OpenXml.Presentation.ToColor

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(HslColor), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(PresetColor), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(RgbColorModelHex))> _
<ChildElementInfoAttribute(GetType(RgbColorModelPercentage), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SystemColor), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SchemeColor))> _
Public MustInherit Class Color3Type _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As Color3Type
[ChildElementInfoAttribute(typeof(HslColor), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(PresetColor), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(RgbColorModelHex))]
[ChildElementInfoAttribute(typeof(RgbColorModelPercentage), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SystemColor), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SchemeColor))]
public abstract class Color3Type : OpenXmlCompositeElement

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

Color3Type Members

DocumentFormat.OpenXml.Presentation Namespace