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

Class CT_SlideId

src/pptx/oxml/presentation.py:41–48  ·  view source on GitHub ↗

`p:sldId` element. Direct child of `p:sldIdLst` that contains an `rId` reference to a slide in the presentation.

Source from the content-addressed store, hash-verified

39
40
41class CT_SlideId(BaseOxmlElement):
42 """`p:sldId` element.
43
44 Direct child of `p:sldIdLst` that contains an `rId` reference to a slide in the presentation.
45 """
46
47 id: int = RequiredAttribute("id", ST_SlideId) # pyright: ignore[reportAssignmentType]
48 rId: str = RequiredAttribute("r:id", XsdString) # pyright: ignore[reportAssignmentType]
49
50
51class CT_SlideIdList(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

RequiredAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…