-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
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
Ability to add a section in the generated PPTX #349
Comments
Hi @atulsingh0913 , This functionality does not exist as of yet. |
any updates? This functionality is really useful |
Pushing to 3.1 as 3.0 has taken a huge effort already. |
gitbrent
added a commit
that referenced
this issue
Feb 13, 2020
gitbrent
added a commit
that referenced
this issue
Feb 13, 2020
@atulsingh0913 @John-HW-Cao - this feature has finally landed! Usage: pptx.addSection({ title: 'Charts' });
var slide = pptx.addSlide({sectionTitle:'Charts'}); |
ericrockey
pushed a commit
to WeTransfer/PptxGenJS
that referenced
this issue
Mar 24, 2020
ericrockey
pushed a commit
to WeTransfer/PptxGenJS
that referenced
this issue
Mar 24, 2020
ericrockey
pushed a commit
to WeTransfer/PptxGenJS
that referenced
this issue
Mar 24, 2020
ghost
mentioned this issue
Jul 14, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Do we have an ability to add a section in the generated PPTX as we have here .
Or do we have some workaround that. I went through the documentation and couldn't find anything like that.
The text was updated successfully, but these errors were encountered: