Share via


ColorSchemeMapping.Accent6 Property

Accent6 Theme Color Mapping.Represents the attribte in schema: w:accent6

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

Syntax

'Declaration
<SchemaAttrAttribute(, "accent6")> _
Public Property Accent6 As EnumValue(Of ColorSchemeIndexValues)
    Get
    Set
'Usage
Dim instance As ColorSchemeMapping
Dim value As EnumValue(Of ColorSchemeIndexValues)

value = instance.Accent6

instance.Accent6 = value
[SchemaAttrAttribute(, "accent6")]
public EnumValue<ColorSchemeIndexValues> Accent6 { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ColorSchemeIndexValues>
Returns EnumValue<T>.

Remarks

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

Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content.

If this attribute is omitted, then the accent6 theme color shall be used.

Consider a WordprocessingML document that shall have references to the theme color accent6 mapped to the theme color accent1 as defined in the document's theme part. This requirement would be specified using the following WordprocessingML in the document settings:

<w:clrSchemeMapping w:accent6="accent1" />

The accent6 attribute has a value of accent1, specifying that uses of the theme color value accent6 shall be mapped to the theme color accent1.

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

See Also

Reference

ColorSchemeMapping Class

ColorSchemeMapping Members

DocumentFormat.OpenXml.Wordprocessing Namespace