Freigeben über


WebProperties.Color-Eigenschaft

Slide Navigation Colors for HTML output.Represents the attribte in schema: clr

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

Syntax

'Declaration
<SchemaAttrAttribute(, "clr")> _
Public Property Color As EnumValue(Of WebColorValues)
    Get
    Set
'Usage
Dim instance As WebProperties
Dim value As EnumValue(Of WebColorValues)

value = instance.Color

instance.Color = value
[SchemaAttrAttribute(, "clr")]
public EnumValue<WebColorValues> Color { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<WebColorValues>
Returns EnumValue<T>.

Hinweise

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

Specifies the color constraints that are to be used when generating HTML output.

The possible values for this attribute are defined by the ST_WebColorType simple type.

Siehe auch

Referenz

WebProperties Klasse

WebProperties-Member

DocumentFormat.OpenXml.Presentation-Namespace