WdColorIndex Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the color to apply.
public enum class WdColorIndex
[System.Runtime.InteropServices.Guid("B1F5A6AB-437D-319F-8B38-0E087D112FEA")]
public enum WdColorIndex
type WdColorIndex =
Public Enum WdColorIndex
- Inheritance
-
WdColorIndex
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdByAuthor | -1 | Color defined by document author. |
wdAuto | 0 | Automatic color. Default; usually black. |
wdNoHighlight | 0 | Removes highlighting that has been applied. |
wdBlack | 1 | Black color. |
wdBlue | 2 | Blue color. |
wdTurquoise | 3 | Turquoise color. |
wdBrightGreen | 4 | Bright green color. |
wdPink | 5 | Pink color. |
wdRed | 6 | Red color. |
wdYellow | 7 | Yellow color. |
wdWhite | 8 | White color. |
wdDarkBlue | 9 | Dark blue color. |
wdTeal | 10 | Teal color. |
wdGreen | 11 | Green color. |
wdViolet | 12 | Violet color. |
wdDarkRed | 13 | Dark red color. |
wdDarkYellow | 14 | Dark yellow color. |
wdGray50 | 15 | Shade 50 of gray color. |
wdGray25 | 16 | Shade 25 of gray color. |