File: //usr/local/lib/python3.6/site-packages/pptx/enum/__pycache__/dml.cpython-36.pyc
3
Zƍh�. � @ s� d Z ddlmZmZmZmZ ddlmZmZm Z m
Z
mZmZ G dd� de�Z
ed�G dd � d e��Zed
�G dd� de��Zed
�G dd� de��Zed�G dd� de��ZdS )z'Enumerations used by DrawingML objects.� )�absolute_import�division�print_function�unicode_literals� )�alias�Enumeration�
EnumMember�ReturnValueOnlyEnumMember�XmlEnumeration�XmlMappedEnumMemberc @ sX e Zd ZdZdZdZeddd�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
ZMsoColorTypezIhttp://msdn.microsoft.com/en-us/library/office/ff864912(v=office.15).aspxZRGBr z)Color is specified by an |RGBColor| valueZSCHEME� z'Color is one of the preset theme colorsZHSL�e zY
Color is specified using Hue, Saturation, and Luminosity values
ZPRESET�f zI
Color is specified using a named built-in color
ZSCRGB�g zU
Color is an scRGB color, a wide color gamut RGB color space
ZSYSTEM�h zz
Color is one specified by the operating system, such as the
window background color.
N)�__name__�
__module__�__qualname__�__doc__�__ms_name__�__url__r �__members__� r r �7/usr/local/lib/python3.6/site-packages/pptx/enum/dml.pyr
s*
r
ZMSO_FILLc
@ sb e Zd ZdZdZdZeddd�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 gradientZGROUPr zMShape is part of a group and should inherit the fill properties of the group.Z PATTERNEDr zShape is filled with a patternZPICTURE� z&Shape is filled with a bitmapped image�SOLIDr z"Shape is filled with a solid colorZTEXTURED� zShape is filled with a textureN)r r r r r r r r r r r r r E s
r ZMSO_LINEc @ s� e Zd ZdZdZdZedddd�edd d
d�edd
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_DOTr ZdashDotzLine is a dash-dot pattern.ZDASH_DOT_DOTr ZlgDashDotDotzLine 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 r ZsolidzLine is solid.Z
SQUARE_DOTr ZsysDashzLine is made up of square dots.ZDASH_STYLE_MIXEDzNot supported.N���) r r r r r r r r
r r r r r r"