-
# Expected behavior
I wanted to run the add-in tutorial for Powerpoint as per the documentation
https://learn.microsoft.com/en-us/office/dev/add-ins/tutorials/powerpoint-tutorial?tabs=yeomangener…
-
We have data sources that we connect from PowerPoint add-in .These sources are authenticated via SAML and direct connections When we access these sources with valid credentials, it redirects to the …
-
I would like to add an equal distribution feature, similar to the one in PowerPoint. For example, placing 5 blocks at once, and then clicking on equal distribution will make the spacing between them u…
-
Whether add powerpoint icon in the future
![image](https://github.com/user-attachments/assets/ecd25000-c58c-4325-8ea2-d08ed106022c)
-
I have a function that is setting the Hyperlink's screen_tip property:
```
cell_link = cell.text_frame.paragraphs[0].add_run()
cell_link.text = display_text
hlink = cell_link.hyperlink
hlink.ad…
-
- Make a basic MS Powerpoint Add-in in Visual Studio.
- This Add-in should have functions to be able to implement the features on the frontend for the user of the presentation.
- This will invoke th…
-
### Steps to reproduce:
Prerequisite: PowerPoint (either 365 or Office 2021) must be installed.
1. Create a presentation with at least one content slide (no center title slide).
2. After fillin…
-
Hello!
I’m the author of the [babyplots](https://bp.bleb.li/) library, a plotting library for interactive 3D plots using the [babylonjs render engine](https://www.babylonjs.com/). I’ve also creat…
-
here's information for my 1rst flow
-
We have an add-in. After loading the add-in, user is supposed to login. For the login workflow we open a dialog in which the user inputs his credential and after successful validation the dialog is …