MCPcopy Create free account
hub / github.com/scanny/python-pptx / new_default

Method new_default

src/pptx/oxml/slide.py:137–139  ·  view source on GitHub ↗

Return a new `p:notesMaster` element based on the built-in default template.

(cls)

Source from the content-addressed store, hash-verified

135
136 @classmethod
137 def new_default(cls) -> CT_NotesMaster:
138 """Return a new `p:notesMaster` element based on the built-in default template."""
139 return cast(CT_NotesMaster, parse_from_template("notesMaster"))
140
141
142class CT_NotesSlide(_BaseSlideElement):

Calls 1

parse_from_templateFunction · 0.90