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

Method slide_masters

src/pptx/presentation.py:88–90  ·  view source on GitHub ↗

|SlideMasters| collection of slide-masters belonging to this presentation.

(self)

Source from the content-addressed store, hash-verified

86
87 @lazyproperty
88 def slide_masters(self) -> SlideMasters:
89 """|SlideMasters| collection of slide-masters belonging to this presentation."""
90 return SlideMasters(self._element.get_or_add_sldMasterIdLst(), self)
91
92 @property
93 def slide_width(self):

Callers

nothing calls this directly

Calls 1

SlideMastersClass · 0.90

Tested by

no test coverage detected