File: //usr/local/lib/python3.6/site-packages/pptx/enum/__pycache__/action.cpython-36.pyc
3
Zƍh � @ s@ d Z ddlmZ ddlmZmZmZ ed�G dd� de��ZdS ) z2
Enumerations that describe click action settings
� )�absolute_import� )�alias�Enumeration�
EnumMemberZ PP_ACTIONc @ s� e Zd ZdZdZdZeddd�eddd �ed
dd�ed
dd�eddd�eddd�eddd�eddd�eddd�edd d!�ed"d#d$�ed%d&d'�ed(d)d*�ed+d,d-�ed.d/d0�fZd1S )2�PP_ACTION_TYPEz�
Specifies the type of a mouse action (click or hover action).
Alias: ``PP_ACTION``
Example::
from pptx.enum.action import PP_ACTION
assert shape.click_action.action == PP_ACTION.HYPERLINK
ZPpActionTypez=https://msdn.microsoft.com/EN-US/library/office/ff744895.aspxZEND_SHOW� zSlide show ends.ZFIRST_SLIDE� zReturns to the first slide.Z HYPERLINK� z
Hyperlink.Z
LAST_SLIDE� zMoves to the last slide.ZLAST_SLIDE_VIEWED� zMoves to the last slide viewed.ZNAMED_SLIDE�e z)Moves to slide specified by slide number.ZNAMED_SLIDE_SHOW�
zRuns the slideshow.Z
NEXT_SLIDEr zMoves to the next slide.�NONEr zNo action is performed.Z OPEN_FILE�f zOpens the specified file.ZOLE_VERB� z OLE Verb.ZPLAY� zBegins the slideshow.ZPREVIOUS_SLIDE� zMoves to the previous slide.Z RUN_MACRO� z
Runs a macro.ZRUN_PROGRAM� zRuns a program.N)�__name__�
__module__�__qualname__�__doc__Z__ms_name__�__url__r �__members__� r r �:/usr/local/lib/python3.6/site-packages/pptx/enum/action.pyr s$
r N)r �
__future__r �baser r r r r r r r �<module> s