Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python-docx / docs / api / enum / WdColorIndex.rst
Size: Mime:
.. _WdColorIndex:

``WD_COLOR_INDEX``
==================

alias: **WD_COLOR**

Specifies a standard preset color to apply. Used for font highlighting and
perhaps other applications.

----

AUTO
    Automatic color. Default; usually black.

BLACK
    Black color.

BLUE
    Blue color

BRIGHT_GREEN
    Bright green color.

DARK_BLUE
    Dark blue color.

DARK_RED
    Dark red color.

DARK_YELLOW
    Dark yellow color.

GRAY_25
    25% shade of gray color.

GRAY_50
    50% shade of gray color.

GREEN
    Green color.

PINK
    Pink color.

RED
    Red color.

TEAL
    Teal color.

TURQUOISE
    Turquoise color.

VIOLET
    Violet color.

WHITE
    White color.

YELLOW
    Yellow color.