
    ,h                     T    d Z ddlmZ ddlmZmZmZ  ed       G d de             Zy)	z2
Enumerations that describe click action settings
    )absolute_import   )aliasEnumeration
EnumMember	PP_ACTIONc                   *   e Zd ZdZdZdZ eddd       eddd	       ed
dd       eddd       eddd       eddd       eddd       eddd       eddd       edd d!       ed"d#d$       ed%d&d'       ed(d)d*       ed+d,d-       ed.d/d0      fZy1)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
    PpActionTypez=https://msdn.microsoft.com/EN-US/library/office/ff744895.aspxEND_SHOW   zSlide show ends.FIRST_SLIDE   zReturns to the first slide.	HYPERLINK   z
Hyperlink.
LAST_SLIDE   zMoves to the last slide.LAST_SLIDE_VIEWED   zMoves to the last slide viewed.NAMED_SLIDEe   z)Moves to slide specified by slide number.NAMED_SLIDE_SHOW
   zRuns the slideshow.
NEXT_SLIDEr   zMoves to the next slide.NONEr   zNo action is performed.	OPEN_FILEf   zOpens the specified file.OLE_VERB   z	OLE Verb.PLAY   zBegins the slideshow.PREVIOUS_SLIDE   zMoves to the previous slide.	RUN_MACRO   zRuns a macro.RUN_PROGRAM	   zRuns a program.N)__name__
__module____qualname____doc____ms_name____url__r   __members__     R/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pptx/enum/action.pyr
   r
      s    
 !KMG 	:q"45=!%BC;<0<$>?&+LM=#'RS%r+@A<$>?6178;%@A:r;/6267#Q(FG;?3=!%67Kr0   r
   N)r+   
__future__r   baser   r   r   r
   r/   r0   r1   <module>r4      s5    ' 0 0 {![ ! !r0   