1

I am looking for a solution to iterate over all shapes in a PowerPoint slide (during a presentation) and find the position and size of all shapes that include a hyperlink.

1 Answer 1

1

At the present point this is not possible.

The only way to interact with data on the slides is the function document.getSelectedDataAsync(). I guess if you could get the user to select all data on the slide then you could access it with the getSelectedDataAsync function. However, if you take a look at the supported Office.CoercionType then you will find that PowerPoint Add-Ins only support Text and SlideRange.

For reference look at the Official Documentation for Document.getSelectedDataAsync

Anyhow, you can suggest further functionality here.

Cheers mate.

Sign up to request clarification or add additional context in comments.

1 Comment

I cannot post more than 2 links yet.. so here you go..Maybe you should have a look at this similiar suggestion officespdev.uservoice.com/forums/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.