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

Class CT_SlideLayoutIdList

src/pptx/oxml/slide.py:262–270  ·  view source on GitHub ↗

`p:sldLayoutIdLst` element, child of `p:sldMaster`. Contains references to the slide layouts that inherit from the slide master.

Source from the content-addressed store, hash-verified

260
261
262class CT_SlideLayoutIdList(BaseOxmlElement):
263 """`p:sldLayoutIdLst` element, child of `p:sldMaster`.
264
265 Contains references to the slide layouts that inherit from the slide master.
266 """
267
268 sldLayoutId_lst: list[CT_SlideLayoutIdListEntry]
269
270 sldLayoutId = ZeroOrMore("p:sldLayoutId")
271
272
273class CT_SlideLayoutIdListEntry(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

ZeroOrMoreClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…