Font.ColorIndexBi Property (Word)
Returns or sets the color for the specified Font object in a right-to-left language document. Read/write WdColorIndex.
Syntax
expression .ColorIndexBi
expression Required. A variable that represents a Font object.
Remarks
The wdByAuthor constant is not valid for Font objects.
Example
This example sets the color of the Font object to teal.
Selection.Font.ColorIndexBi = wdTeal