API Reference

Enum

WordThemeColor

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.

Inheritance

  • Enum
  • WordThemeColor

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordThemeColor Dark1 #

Represents the Open XML value dark1.

Value: 0
public const WordThemeColor Light1 #

Represents the Open XML value light1.

Value: 1
public const WordThemeColor Dark2 #

Represents the Open XML value dark2.

Value: 2
public const WordThemeColor Light2 #

Represents the Open XML value light2.

Value: 3
public const WordThemeColor Accent1 #

Represents the Open XML value accent1.

Value: 4
public const WordThemeColor Accent2 #

Represents the Open XML value accent2.

Value: 5
public const WordThemeColor Accent3 #

Represents the Open XML value accent3.

Value: 6
public const WordThemeColor Accent4 #

Represents the Open XML value accent4.

Value: 7
public const WordThemeColor Accent5 #

Represents the Open XML value accent5.

Value: 8
public const WordThemeColor Accent6 #

Represents the Open XML value accent6.

Value: 9
public const WordThemeColor None #

Represents the Open XML value none.

Value: 12
public const WordThemeColor Background1 #

Represents the Open XML value background1.

Value: 13
public const WordThemeColor Text1 #

Represents the Open XML value text1.

Value: 14
public const WordThemeColor Background2 #

Represents the Open XML value background2.

Value: 15
public const WordThemeColor Text2 #

Represents the Open XML value text2.

Value: 16