PP_ACTION_TYPE¶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
Slide show ends.
Returns to the first slide.
Hyperlink.
Moves to the last slide.
Moves to the last slide viewed.
Moves to slide specified by slide number.
Runs the slideshow.
Moves to the next slide.
No action is performed.
Opens the specified file.
OLE Verb.
Begins the slideshow.
Moves to the previous slide.
Runs a macro.
Runs a program.