HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/env/lib64/python3.10/site-packages/docx/enum/__pycache__/dml.cpython-310.pyc
o

$we
�@s<dZddlmZmZGdd�de�ZGdd�de�ZeZdS)z'Enumerations used by DrawingML objects.�)�BaseEnum�BaseXmlEnumc@s eZdZdZdZ	dZ	dZdS)�MSO_COLOR_TYPEaSpecifies the color specification scheme.

    Example::

        from docx.enum.dml import MSO_COLOR_TYPE

        assert font.color.type == MSO_COLOR_TYPE.SCHEME

    MS API name: `MsoColorType`

    http://msdn.microsoft.com/en-us/library/office/ff864912(v=office.15).aspx
    )rz*Color is specified by an |RGBColor| value.)�z(Color is one of the preset theme colors.)�ez5Color is determined automatically by the application.N)�__name__�
__module__�__qualname__�__doc__�RGB�THEME�AUTO�rr�F/home/arjun/projects/env/lib/python3.10/site-packages/docx/enum/dml.pyrs
rc@steZdZdZdZ	dZ	dZ	dZ	dZ	dZ		dZ
	d	Z	d
Z	dZ
	dZ	d
Z	dZ	dZ	dZ	dZ	dZdS)�MSO_THEME_COLOR_INDEXaIndicates the Office theme color, one of those shown in the color gallery on the
    formatting ribbon.

    Alias: ``MSO_THEME_COLOR``

    Example::

        from docx.enum.dml import MSO_THEME_COLOR

        font.color.theme_color = MSO_THEME_COLOR.ACCENT_1

    MS API name: `MsoThemeColorIndex`

    http://msdn.microsoft.com/en-us/library/office/ff860782(v=office.15).aspx
    )��UNMAPPEDz)Indicates the color is not a theme color.)��accent1z#Specifies the Accent 1 theme color.)��accent2z#Specifies the Accent 2 theme color.)��accent3z#Specifies the Accent 3 theme color.)��accent4z#Specifies the Accent 4 theme color.)�	�accent5z#Specifies the Accent 5 theme color.)�
�accent6z#Specifies the Accent 6 theme color.)��background1z'Specifies the Background 1 theme color.)��background2z'Specifies the Background 2 theme color.)r�dark1z!Specifies the Dark 1 theme color.)��dark2z!Specifies the Dark 2 theme color.)��followedHyperlinkz2Specifies the theme color for a clicked hyperlink.)��	hyperlinkz*Specifies the theme color for a hyperlink.)r�light1z"Specifies the Light 1 theme color.)��light2z"Specifies the Light 2 theme color.)�
�text1z!Specifies the Text 1 theme color.)��text2z!Specifies the Text 2 theme color.N)rrr	r
�NOT_THEME_COLOR�ACCENT_1�ACCENT_2�ACCENT_3�ACCENT_4�ACCENT_5�ACCENT_6�BACKGROUND_1�BACKGROUND_2�DARK_1�DARK_2�FOLLOWED_HYPERLINK�	HYPERLINK�LIGHT_1�LIGHT_2�TEXT_1�TEXT_2rrrrrsHrN)r
�baserrrr�MSO_THEME_COLORrrrr�<module>s
I