API Reference

Enum

WordHighlightColor

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

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

Inheritance

  • Enum
  • WordHighlightColor

Usage

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

Accepted by parameters

Values

public const WordHighlightColor Black #

Represents the Open XML value black.

Value: 0
public const WordHighlightColor Blue #

Represents the Open XML value blue.

Value: 1
public const WordHighlightColor Cyan #

Represents the Open XML value cyan.

Value: 2
public const WordHighlightColor Green #

Represents the Open XML value green.

Value: 3
public const WordHighlightColor Magenta #

Represents the Open XML value magenta.

Value: 4
public const WordHighlightColor Red #

Represents the Open XML value red.

Value: 5
public const WordHighlightColor Yellow #

Represents the Open XML value yellow.

Value: 6
public const WordHighlightColor White #

Represents the Open XML value white.

Value: 7
public const WordHighlightColor DarkBlue #

Represents the Open XML value darkBlue.

Value: 8
public const WordHighlightColor DarkCyan #

Represents the Open XML value darkCyan.

Value: 9
public const WordHighlightColor DarkGreen #

Represents the Open XML value darkGreen.

Value: 10
public const WordHighlightColor DarkMagenta #

Represents the Open XML value darkMagenta.

Value: 11
public const WordHighlightColor DarkRed #

Represents the Open XML value darkRed.

Value: 12
public const WordHighlightColor DarkYellow #

Represents the Open XML value darkYellow.

Value: 13
public const WordHighlightColor DarkGray #

Represents the Open XML value darkGray.

Value: 14
public const WordHighlightColor LightGray #

Represents the Open XML value lightGray.

Value: 15
public const WordHighlightColor None #

Represents the Open XML value none.

Value: 16