Word.ColorIndex enum
Represents color index values in a Word document.
Remarks
[ API set: WordApiDesktop 1.3 ]
Fields
auto = "Auto" | Automatically determines the color. |
black = "Black" | Represents the color black. |
blue = "Blue" | Represents the color blue. |
brightGreen = "BrightGreen" | Represents a bright green color. |
byAuthor = "ByAuthor" | Represents a color determined by the author. |
classicBlue = "ClassicBlue" | Represents a classic blue color. |
classicRed = "ClassicRed" | Represents a classic red color. |
darkBlue = "DarkBlue" | Represents a dark blue color. |
darkRed = "DarkRed" | Represents a dark red color. |
darkYellow = "DarkYellow" | Represents a dark yellow color. |
gray25 = "Gray25" | Represents a gray color with 25% intensity. |
gray50 = "Gray50" | Represents a gray color with 50% intensity. |
green = "Green" | Represents the color green. |
pink = "Pink" | Represents the color pink. |
red = "Red" | Represents the color red. |
teal = "Teal" | Represents the color teal. |
turquoise = "Turquoise" | Represents the color turquoise. |
violet = "Violet" | Represents the color violet. |
white = "White" | Represents the color white. |
yellow = "Yellow" | Represents the color yellow. |