We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc2b11 commit 82c1246Copy full SHA for 82c1246
examples/custom_slide_master.py
@@ -33,9 +33,6 @@ class CustomSlideMaster(tppt.SlideMaster):
33
)
34
.build()
35
36
- top_slide = presentation.slides[0]
37
- top_slide.placeholders[0].text = "Custom Master Top Title"
38
- top_slide.placeholders[1].text = "Custom Master Top Subtitle"
39
40
presentation.save(Path(__file__).with_suffix(".pptx"))
41
0 commit comments