Q&A
Course Intro
Curriculum
1 / 3
What is the method to add a new slide in python-pptx?
Use
prs.
to
add
a
new
slide.
add_slide()
new_slide()
create_slide()
insert_slide()
Previous
Confirm