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.
Use case
Currently, python-pptx allows:
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.