python-pptx
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.
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.