0

I've read the documentation that Microsoft has about Powerpoint addins: (https://learn.microsoft.com/en-us/office/dev/add-ins/powerpoint), but I can't find a solution for the following usecase:

I need a content control that has the possibility to insert images, text and set tags to it as well as the possibility to block the user from editing the control.

Do you know which control can be used for this usecase or if the powerpoint supports this?

Thanks

1 Answer 1

0

PowerPoint doesn't have content controls. Only Word does. In PowerPoint, images, and text blocks are "shapes". You can programmatically add shapes to the presentation and programmatically tag them by using the Shapes and Tags APIs in the PowerPoint-specific object model.

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

2 Comments

Thanks for responding, so that means that the shapes does not provide a way to "lock" the content inside of them? I haven't seen something helping for this use case in their Shape or Shape Collections APIs
No there's no way to lock them.

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.