|SlideMasters| collection of slide-masters belonging to this presentation.
(self)
| 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): |
nothing calls this directly
no test coverage detected