Freigeben über


ColorType-Klasse

Defines the ColorType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Word.ColorType
        DocumentFormat.OpenXml.Office2010.Word.ContourColor
        DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(RgbColorModelHex), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SchemeColor), FileFormatVersions.Office2010)> _
Public MustInherit Class ColorType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ColorType
[ChildElementInfoAttribute(typeof(RgbColorModelHex), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SchemeColor), FileFormatVersions.Office2010)]
public abstract class ColorType : OpenXmlCompositeElement

Threadsicherheit

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

Siehe auch

Referenz

ColorType-Member

DocumentFormat.OpenXml.Office2010.Word-Namespace