Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 382 Bytes

File metadata and controls

23 lines (14 loc) · 382 Bytes

MSO_COLOR_TYPE

Specifies the color specification scheme

Example:

from docx.enum.dml import MSO_COLOR_TYPE

assert font.color.type == MSO_COLOR_TYPE.THEME

RGB
Color is specified by an |RGBColor| value.
THEME
Color is one of the preset theme colors.
AUTO
Color is determined automatically be the application.