WdColorIndex Enumeration
Specifies the color to apply.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdColorIndex
'Usage
Dim instance As WdColorIndex
public enum WdColorIndex
Members
Member name | Description | |
---|---|---|
wdAuto | Automatic color. Default; usually black. | |
wdBlack | Black color. | |
wdBlue | Blue color. | |
wdTurquoise | Turquoise color. | |
wdBrightGreen | Bright green color. | |
wdPink | Pink color. | |
wdRed | Red color. | |
wdYellow | Yellow color. | |
wdWhite | White color. | |
wdDarkBlue | Dark blue color. | |
wdTeal | Teal color. | |
wdGreen | Green color. | |
wdViolet | Violet color. | |
wdDarkRed | Dark red color. | |
wdDarkYellow | Dark yellow color. | |
wdGray50 | Shade 50 of gray color. | |
wdGray25 | Shade 25 of gray color. | |
wdByAuthor | Color defined by document author. | |
wdNoHighlight | Removes highlighting that has been applied. |