We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to set margin of slideNumber block to zero.
slideNumber
Bug
PptxGenJS version: 3.3.1 PowerPoint version: PowerPoint for Mac 16.40
Try to create new slide number block with zero margins:
import pptxgen from "pptxgenjs"; pptx.defineSlideMaster({ title: "Text Slide", slideNumber: { x: "90%", y: "10%", w: 0.5, margin: 0, fontSize: 12, lineSpacing: 16 } }); slide = pptx.addSlide({ masterName: "Text Slide" }); pptx.writeFile("sample.pptx");
slideNumber block has zero margins.
margin: 0 has no effect on slide number margin.
margin: 0
The text was updated successfully, but these errors were encountered:
Fix for Issue #835, fix for Issue #836
bce1781
fix for Issue #836
57de828
Added Issue #835, Issue #836
2d1b8a5
Fixed, thanks for reporting this @ax2mx !
Sorry, something went wrong.
gitbrent
No branches or pull requests
Failed to set margin of
slideNumber
block to zero.Category
Bug
Versions
PptxGenJS version: 3.3.1
PowerPoint version: PowerPoint for Mac 16.40
Steps to Reproduce
Try to create new slide number block with zero margins:
Expected Behavior
slideNumber
block has zero margins.Result
margin: 0
has no effect on slide number margin.The text was updated successfully, but these errors were encountered: