a
    b	                     @   sP   d dl mZ d dlmZmZmZmZmZ d dlm	Z	 dZ
dZG dd de	ZdS )	    )safe_string)BoolMinMaxMinAliasNoneSet)Serialisable)ZgeneralleftcenterrightfilljustifyZcenterContinuousdistributed)topr
   Zbottomr   r   c                   @   s   e Zd ZdZdZdZeedZee	dZ
eeddZejd edZedd	Zed
Zedd	ZedZedddZedddZedd	ZeddZdddZdd ZdS )	Alignmentz$Alignment options for use in styles.	alignment)	
horizontalverticaltextRotationwrapTextshrinkToFitindentrelativeIndentjustifyLastLinereadingOrder)values      r   T)
allow_noner   r   r   )minmaxi)r   Nc                 C   sj   || _ || _|| _|| _|| _|	| _|
d ur0|
}|d urBt|| _|d urN|}|| _|d ur`|}|| _	d S )N)
r   r   r   r   r   r   intr   r   r   )selfr   r   r   r   r   r   r   r   r   text_rotation	wrap_textshrink_to_fitZ	mergeCell r&   i/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/openpyxl/styles/alignment.py__init__-   s     
zAlignment.__init__c                 c   s8   | j D ],}t| |}|d ur|dkr|t|fV  qd S )Nr   )	__attrs__getattrr   )r"   attrvaluer&   r&   r'   __iter__D   s    

zAlignment.__iter__)NNr   NNr   r   Nr   NNNN)__name__
__module____qualname____doc__tagnameZ
__fields__r   horizontal_alignmentsr   vertical_aligmentsr   ranger   r   addr   r#   r   r   r$   r   r%   r   r   r   r   r   r   r(   r-   r&   r&   r&   r'   r      s,   






    
r   N)Zopenpyxl.compatr   Zopenpyxl.descriptorsr   r   r   r   r   Z!openpyxl.descriptors.serialisabler   r3   r4   r   r&   r&   r&   r'   <module>   s
   