Skip to content
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

Closed
atulsingh0913 opened this issue Jun 7, 2018 · 4 comments
Closed

Ability to add a section in the generated PPTX #349

atulsingh0913 opened this issue Jun 7, 2018 · 4 comments
Assignees
Milestone

Comments

@atulsingh0913
Copy link

Do we have an ability to add a section in the generated PPTX as we have here .
screen shot 2018-06-07 at 2 31 31 pm

Or do we have some workaround that. I went through the documentation and couldn't find anything like that.

@gitbrent
Copy link
Owner

gitbrent commented Jul 7, 2018

Hi @atulsingh0913 ,

This functionality does not exist as of yet.

@John-HW-Cao
Copy link

any updates? This functionality is really useful

@gitbrent gitbrent added this to the 3.0.0 milestone May 6, 2019
@gitbrent gitbrent self-assigned this May 6, 2019
@gitbrent gitbrent modified the milestones: 3.0.0, 3.1.0 Nov 20, 2019
@gitbrent
Copy link
Owner

Pushing to 3.1 as 3.0 has taken a huge effort already.

@gitbrent gitbrent modified the milestones: 3.1.0, 3.2.0 Jan 17, 2020
gitbrent added a commit that referenced this issue Feb 7, 2020
gitbrent added a commit that referenced this issue Feb 13, 2020
@gitbrent
Copy link
Owner

@atulsingh0913 @John-HW-Cao - this feature has finally landed!

Usage:

pptx.addSection({ title: 'Charts' });

var slide = pptx.addSlide({sectionTitle:'Charts'});

Screen Shot 2020-02-12 at 23 29 02

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants