python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

Feature Request: the ability to create run-level internal hyperlinks on TEXT that jump to a specific slide in the same presentation, in slideshow mode.

Open AnandVetcha opened this issue 5 months ago • 4 comments

Use case Currently, python-pptx allows:

  • External links on runs (via run.hyperlink.address).
  • Internal slide jumps only at the shape level (via shape.click_action.target_slide).

However, there’s no official way to make just a single word or phrase inside a textbox/table clickable to jump to another slide. This is important for inline table of contents slides, dashboards, or navigation menus where only part of the text should act as a link.

AnandVetcha avatar Aug 11 '25 14:08 AnandVetcha