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

Class CT_SlideMasterIdList

src/pptx/oxml/presentation.py:97–106  ·  view source on GitHub ↗

`p:sldMasterIdLst` element. Child of `p:presentation` containing references to the slide masters that belong to the presentation.

Source from the content-addressed store, hash-verified

95
96
97class CT_SlideMasterIdList(BaseOxmlElement):
98 """`p:sldMasterIdLst` element.
99
100 Child of `p:presentation` containing references to the slide masters that belong to the
101 presentation.
102 """
103
104 sldMasterId_lst: list[CT_SlideMasterIdListEntry]
105
106 sldMasterId = ZeroOrMore("p:sldMasterId")
107
108
109class CT_SlideMasterIdListEntry(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…