B
    P\                 @   sD   d dl mZ d dlmZ d dlmZmZmZmZ G dd deZ	dS )    )absolute_import)Serialisable)
NestedBoolNestedFloatNestedMinMaxNestedNoneSetc               @   s`   e Zd ZdZedddZedddZedddZedddgddZ	e
dddZdZdd
dZd	S )PictureOptionsZpictureOptionsT)Z
allow_nonenestedZstretchstackZ
stackScale)valuesr	   )applyToFrontapplyToSides
applyToEndpictureFormatpictureStackUnitNc             C   s"   || _ || _|| _|| _|| _d S )N)r   r   r   r   r   )selfr   r   r   r   r    r   5lib/python3.7/site-packages/openpyxl/chart/picture.py__init__   s
    zPictureOptions.__init__)NNNNN)__name__
__module____qualname__Ztagnamer   r   r   r   r   r   r   r   Z__elements__r   r   r   r   r   r      s       r   N)
Z
__future__r   Z!openpyxl.descriptors.serialisabler   Zopenpyxl.descriptors.nestedr   r   r   r   r   r   r   r   r   <module>   s   