BYPASS SHELL BY ./RAZORGANZ
Server: nginx/1.20.1
System: Linux iZdzfnv9mwfppeZ 5.10.134-19.2.al8.x86_64 #1 SMP Wed Oct 29 22:47:09 CST 2025 x86_64
User: apache (48)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //usr/local/lib/python3.6/site-packages/pptx/enum/__pycache__/dml.cpython-36.pyc
3

Zƍh�.�@s�dZddlmZmZmZmZddlmZmZm	Z	m
Z
mZmZGdd�de�Z
ed�Gdd	�d	e��Zed
�Gdd�de��Zed
�Gdd�de��Zed�Gdd�de��ZdS)z'Enumerations used by DrawingML objects.�)�absolute_import�division�print_function�unicode_literals�)�alias�Enumeration�
EnumMember�ReturnValueOnlyEnumMember�XmlEnumeration�XmlMappedEnumMemberc	@sXeZdZdZdZdZeddd�eddd	�ed
dd�ed
dd�eddd�eddd�fZdS)�MSO_COLOR_TYPEz�
    Specifies the color specification scheme

    Example::

        from pptx.enum.dml import MSO_COLOR_TYPE

        assert shape.fill.fore_color.type == MSO_COLOR_TYPE.SCHEME
    ZMsoColorTypezIhttp://msdn.microsoft.com/en-us/library/office/ff864912(v=office.15).aspxZRGBrz)Color is specified by an |RGBColor| valueZSCHEME�z'Color is one of the preset theme colorsZHSL�ezY
            Color is specified using Hue, Saturation, and Luminosity values
            ZPRESET�fzI
            Color is specified using a named built-in color
            ZSCRGB�gzU
            Color is an scRGB color, a wide color gamut RGB color space
            ZSYSTEM�hzz
            Color is one specified by the operating system, such as the
            window background color.
            N)�__name__�
__module__�__qualname__�__doc__�__ms_name__�__url__r	�__members__�rr�7/usr/local/lib/python3.6/site-packages/pptx/enum/dml.pyr
s*	

r
ZMSO_FILLc
@sbeZdZdZdZdZeddd�eddd	�ed
dd�ed
dd�eddd�eddd�eddd�fZdS)�
MSO_FILL_TYPEz�
    Specifies the type of bitmap used for the fill of a shape.

    Alias: ``MSO_FILL``

    Example::

        from pptx.enum.dml import MSO_FILL

        assert shape.fill.type == MSO_FILL.SOLID
    ZMsoFillTypez<http://msdn.microsoft.com/EN-US/library/office/ff861408.aspxZ
BACKGROUND�z�
            The shape is transparent, such that whatever is behind the shape
            shows through. Often this is the slide background, but if
            a visible shape is behind, that will show through.
            ZGRADIENT�zShape is filled with a gradientZGROUPrzMShape is part of a group and should inherit the fill properties of the group.Z	PATTERNEDrzShape is filled with a patternZPICTURE�z&Shape is filled with a bitmapped image�SOLIDrz"Shape is filled with a solid colorZTEXTURED�zShape is filled with a textureN)rrrrrrr	rrrrrrEs 



rZMSO_LINEc@s�eZdZdZdZdZedddd�edd	d
d�edd
dd�edddd�edddd�edddd�edddd�ed d!d"d#�ed$d'd%�f	Zd&S)(�MSO_LINE_DASH_STYLEz�Specifies the dash style for a line.

    Alias: ``MSO_LINE``

    Example::

        from pptx.enum.dml import MSO_LINE

        shape.line.dash_style = MSO_LINE.DASH_DOT_DOT
    ZMsoLineDashStylezchttps://msdn.microsoft.com/en-us/vba/office-shared-vba/articles/msolinedashstyle-enumeration-officeZDASHr!ZdashzLine consists of dashes only.ZDASH_DOTrZdashDotzLine is a dash-dot pattern.ZDASH_DOT_DOTrZlgDashDotDotzLine is a dash-dot-dot pattern.Z	LONG_DASH�ZlgDashzLine consists of long dashes.Z
LONG_DASH_DOT�Z	lgDashDotz Line is a long dash-dot pattern.Z	ROUND_DOTr�dotzLine is made up of round dots.r rZsolidzLine is solid.Z
SQUARE_DOTrZsysDashzLine is made up of square dots.ZDASH_STYLE_MIXEDzNot supported.N���)	rrrrrrrr
rrrrrr"os


r"ZMSO_PATTERNc:@s�eZdZdZdZdZedddd�edd	d
d�edd
dd�edddd�edddd�edddd�edddd�ed d!d"d#�ed$d%d&d'�ed(d)d*d+�ed,d-d.d/�ed0d1d2d3�ed4d5d6d7�ed8d9d:d;�ed<d=d>d?�ed@dAdBdC�edDdEdFdG�edHdIdJdK�edLdMdNdO�edPdQdRdS�edTdUdVdW�edXdYdZd[�ed\d]d^d_�ed`dadbdc�edddedfdg�edhdidjdk�edldmdndo�edpdqdrds�edtdudvdw�edxdydzd{�ed|d}d~d�ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�d��ed�d�d�dÃed�d�d�dǃed�d�d�d˃ed�d�d�dσed�d�d�dӃed�d�d�d׃ed�d�d�dۃed�d�d݃f7Zd�S)��MSO_PATTERN_TYPEz�Specifies the fill pattern used in a shape.

    Alias: ``MSO_PATTERN``

    Example::

        from pptx.enum.dml import MSO_PATTERN

        fill = shape.fill
        fill.patterned()
        fill.pattern = MSO_PATTERN.WAVE
    ZMsoPatternTypez[https://msdn.microsoft.com/VBA/Office-Shared-VBA/articles/msopatterntype-enumeration-officeZCROSS�3ZcrossZCrossZDARK_DOWNWARD_DIAGONAL�ZdkDnDiagzDark Downward DiagonalZDARK_HORIZONTAL�
ZdkHorzzDark HorizontalZDARK_UPWARD_DIAGONAL�ZdkUpDiagzDark Upward DiagonalZ
DARK_VERTICAL�ZdkVertz
Dark VerticalZDASHED_DOWNWARD_DIAGONAL�Z
dashDnDiagzDashed Downward DiagonalZDASHED_HORIZONTAL� ZdashHorzzDashed HorizontalZDASHED_UPWARD_DIAGONAL�Z
dashUpDiagzDashed Upward DiagonalZDASHED_VERTICAL�ZdashVertzDashed VerticalZDIAGONAL_BRICK�(Z	diagBrickzDiagonal BrickZDIAGONAL_CROSS�6Z	diagCrosszDiagonal CrossZDIVOT�.Zdivotz
Pattern DivotZDOTTED_DIAMOND�ZdotDmndzDotted DiamondZDOTTED_GRID�-ZdotGridzDotted GridZDOWNWARD_DIAGONAL�4ZdnDiagzDownward DiagonalZ
HORIZONTAL�1ZhorzZ
HorizontalZHORIZONTAL_BRICK�#Z	horzBrickzHorizontal BrickZLARGE_CHECKER_BOARD�$ZlgCheckzLarge Checker BoardZLARGE_CONFETTI�!Z
lgConfettizLarge ConfettiZ
LARGE_GRID�"ZlgGridz
Large GridZLIGHT_DOWNWARD_DIAGONAL�ZltDnDiagzLight Downward DiagonalZLIGHT_HORIZONTAL�ZltHorzzLight HorizontalZLIGHT_UPWARD_DIAGONAL�ZltUpDiagzLight Upward DiagonalZLIGHT_VERTICAL�ZltVertzLight VerticalZNARROW_HORIZONTAL�ZnarHorzzNarrow HorizontalZNARROW_VERTICAL�ZnarVertzNarrow VerticalZOUTLINED_DIAMOND�)ZopenDmndzOutlined DiamondZ
PERCENT_10rZpct10z10% of the foreground color.Z
PERCENT_20rZpct20z20% of the foreground color.Z
PERCENT_25r!Zpct25z25% of the foreground color.Z
PERCENT_30rZpct30z30% of the foreground color.Z
PERCENT_40rZpct40z40% of the foreground color.Z	PERCENT_5rZpct5z5% of the foreground color.Z
PERCENT_50r#Zpct50z50% of the foreground color.Z
PERCENT_60r$Zpct60z60% of the foreground color.Z
PERCENT_70�	Zpct70z70% of the foreground color.Z
PERCENT_75�
Zpct75z75% of the foreground color.Z
PERCENT_80�Zpct80z80% of the foreground color.Z
PERCENT_90�Zpct90z90% of the foreground color.ZPLAID�*ZplaidZPlaidZSHINGLE�/ZshingleZShingleZSMALL_CHECKER_BOARD�ZsmCheckzSmall Checker BoardZSMALL_CONFETTI�%Z
smConfettizSmall ConfettiZ
SMALL_GRID�ZsmGridz
Small GridZ
SOLID_DIAMOND�'Z	solidDmndz
Solid DiamondZSPHERE�+ZsphereZSphereZTRELLIS�ZtrellisZTrellisZUPWARD_DIAGONAL�5ZupDiagzUpward DiagonalZVERTICAL�2ZvertZVerticalZWAVE�0ZwaveZWaveZWEAVE�,ZweaveZWeaveZWIDE_DOWNWARD_DIAGONAL�ZwdDnDiagzWide Downward DiagonalZWIDE_UPWARD_DIAGONAL�ZwdUpDiagzWide Upward DiagonalZZIG_ZAG�&ZzigZagzZig Zag�MIXEDzMixed pattern.Nr&)	rrrrrrrr
rrrrrr'�s�










r'ZMSO_THEME_COLORc@s�eZdZdZdZdZeddd�eddd	d
�eddd
d�edddd�edddd�edddd�edddd�edd d!d"�ed#d$d%d&�ed'd(d)d*�ed+d,d-d.�ed/d0d1d2�ed3d4d5d6�ed7d8d9d:�ed;d<d=d>�ed?d@dAdB�edCdDdEdF�edGdJdH�fZ	dIS)K�MSO_THEME_COLOR_INDEXa4
    Indicates the Office theme color, one of those shown in the color gallery
    on the formatting ribbon.

    Alias: ``MSO_THEME_COLOR``

    Example::

        from pptx.enum.dml import MSO_THEME_COLOR

        shape.fill.solid()
        shape.fill.fore_color.theme_color = MSO_THEME_COLOR.ACCENT_1
    ZMsoThemeColorIndexzIhttp://msdn.microsoft.com/en-us/library/office/ff860782(v=office.15).aspxZNOT_THEME_COLORrz)Indicates the color is not a theme color.ZACCENT_1rZaccent1z#Specifies the Accent 1 theme color.ZACCENT_2rZaccent2z#Specifies the Accent 2 theme color.ZACCENT_3r#Zaccent3z#Specifies the Accent 3 theme color.ZACCENT_4r$Zaccent4z#Specifies the Accent 4 theme color.ZACCENT_5rCZaccent5z#Specifies the Accent 5 theme color.ZACCENT_6rDZaccent6z#Specifies the Accent 6 theme color.ZBACKGROUND_1r,Zbg1z'Specifies the Background 1 theme color.ZBACKGROUND_2r+Zbg2z'Specifies the Background 2 theme color.ZDARK_1rZdk1z!Specifies the Dark 1 theme color.ZDARK_2rZdk2z!Specifies the Dark 2 theme color.ZFOLLOWED_HYPERLINKrFZfolHlinkz2Specifies the theme color for a clicked hyperlink.Z	HYPERLINKrEZhlinkz*Specifies the theme color for a hyperlink.ZLIGHT_1rZlt1z"Specifies the Light 1 theme color.ZLIGHT_2r!Zlt2z"Specifies the Light 2 theme color.ZTEXT_1r*Ztx1z!Specifies the Text 1 theme color.ZTEXT_2r)Ztx2z!Specifies the Text 2 theme color.rVzCIndicates multiple theme colors are used, such as in a group shape.Nr&)
rrrrrrr	rr
rrrrrrW�sJ









rWN)r�
__future__rrrr�baserrr	r
rrr
rr"r'rWrrrr�<module>s 
4)&d