Table of Contents

Enum HighlightColor

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

Text highlighting color (ECMA-376 Part 1 §17.18.40 ST_HighlightColor).

public enum HighlightColor

Fields

None = 0

No highlight (w:highlight "none").

Black = 1

Black highlight.

Blue = 2

Blue highlight.

Cyan = 3

Cyan highlight.

DarkBlue = 4

Dark blue highlight.

DarkCyan = 5

Dark cyan highlight.

DarkGray = 6

Dark gray highlight.

DarkGreen = 7

Dark green highlight.

DarkMagenta = 8

Dark magenta highlight.

DarkRed = 9

Dark red highlight.

DarkYellow = 10

Dark yellow highlight.

Green = 11

Green highlight.

LightGray = 12

Light gray highlight.

Magenta = 13

Magenta highlight.

Red = 14

Red highlight.

White = 15

White highlight.

Yellow = 16

Yellow highlight.