gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.89k stars 633 forks source link

[BUG] Slide Number disappear when click on "New Slide" in Powerpoint / Online / Keynote #1159

Open matt88120 opened 2 years ago

matt88120 commented 2 years ago

[ ] Bug

Product Versions

v3.11.0 Powerpoint (Office 365)

Desired Behavior

Slide Number must be seen in Powerpoint when clicking on "New Slide". Actually, slideNumber works only if we duplicate a existing slide. SlideNumber is missing from Master. This doesn't work in your DEMO MASTER too.

pptx.defineSlideMaster({ title: "MASTER_SLIDE_BLACK", background: { fill: "FFFFFF" }, margin: 0, slideNumber: { x: 0, y: 5.2, w: 0.625, color: "FFFFFF", align: "center", fontSize: 10 }, });

matt88120 commented 2 years ago

Any news about that ?

matt88120 commented 1 year ago

Bug still exist. @gitbrent have you investigate on it ? It works in previous versions.