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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My OCD kicked in when all the slide numbers were statically sized to flow off the slide.
PptxGenJS/dist/pptxgen.js
Line 1123 in 8c8cea7
The following change (sorry not in a spot to do a proper pull request right now) adds w and h to the slide number options.
w
h
+ ' <a:xfrm><a:off x="'+ getSmartParseNumber(slideObject.slideNumberObj.x, 'X') +'" y="'+ getSmartParseNumber(slideObject.slideNumberObj.y, 'Y') +'"/>' + ' <a:ext cx="'+ getSmartParseNumber(slideObject.slideNumberObj.w, 'X') +'" cy="'+ getSmartParseNumber(slideObject.slideNumberObj.h, 'Y') +'"/></a:xfrm>'
The text was updated successfully, but these errors were encountered:
Add slide number size (Issue #336)
5e86c65
Hi @s7726,
Thanks for your contribution!
Sorry, something went wrong.
Added Issue #336
4686ac8
Add slide number size (Issue gitbrent#336)
1f6df1a
Added Issue gitbrent#336
738113a
gitbrent
No branches or pull requests
My OCD kicked in when all the slide numbers were statically sized to flow off the slide.
PptxGenJS/dist/pptxgen.js
Line 1123 in 8c8cea7
The following change (sorry not in a spot to do a proper pull request right now) adds
w
andh
to the slide number options.The text was updated successfully, but these errors were encountered: