ColorType.Theme Property

Definition

Theme Color

Represents the following attribute in the schema: theme

[DocumentFormat.OpenXml.SchemaAttr(0, "theme")]
public DocumentFormat.OpenXml.UInt32Value Theme { get; set; }
public DocumentFormat.OpenXml.UInt32Value Theme { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "theme")]
public DocumentFormat.OpenXml.UInt32Value? Theme { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("theme")]
public DocumentFormat.OpenXml.UInt32Value? Theme { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Theme { get; set; }
member this.Theme : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "theme")>]
member this.Theme : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("theme")>]
member this.Theme : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Theme As UInt32Value

Property Value

Returns UInt32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Index into the clrScheme collection, referencing a particular sysClr or srgbClr value expressed in the Theme part.

The possible values for this attribute are defined by the XML Schema unsignedInt data type.

Applies to