-
There are docs for most other office APIs but not PowerPoint
-
during development of visualizations I would like to have a tighter cycle of iteration. I would like the ability to add a slide to a ppt I have open so I can just look at the slide and do a new iterat…
-
**Affected tool:**
all
**Describe the bug**
`#!/Applications/Xcode.app/Contents/Developer/usr/bin/python3` is at the head of each file. Not everyone uses Xcode to support their python instance up…
-
Witin PowerPoint VBA it is possible to add custom properties for a shape, slide, or presentation. These are set as tags with a key value pair. eg **_ActivePresentation.Slides(1).Tags.Add "Region", "E…
-
It would be absolutely amazing if you could see the current run time on a video playing in PowerPoint. It's not always possible to extract the videos out of the slides in time or due to layouts in the…
-
My program runs in the following environmen
windows server 2016 Standard 64 bit
Microsoft Office Professional 2016
jdk version: 1.8.0 (build 1.8.0_221-b11)
jacob version: 1.20
The program code is…
-
Is there a way to set the Type when doing app.Presentations.Add? I have an app that loops through a list of files and uses Application.CommandBars.ExecuteMso("PasteSourceFormatting"). It has worked …
-
jQuery Code:
```
$(document).ready(function () {
var vCourses = '101,1005'; // string 101 = group-1 and 1005 = option of group-2 in HTML Below
...
...
});
```
HTML Code:
```
…
-
Hello!
I have the following code:
```
from pptx import Presentation
from pptx.enum.shapes import MSO_SHAPE_TYPE
prs = Presentation("mcve.pptx")
for slide in prs.slides:
for sha…
-
Hi,
I want to do something like the following in PowerPoint:
Application..CommandBars.ExecuteMso ("PasteSourceFormatting")
but, when I have a table selected, to run the "Layout" -> "Cell Marg…