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

Method txBody

src/pptx/oxml/shapes/shared.py:171–173  ·  view source on GitHub ↗

Child `p:txBody` element, None if not present.

(self)

Source from the content-addressed store, hash-verified

169
170 @property
171 def txBody(self):
172 """Child `p:txBody` element, None if not present."""
173 return self.find(qn("p:txBody"))
174
175 @property
176 def x(self) -> Length:

Callers

nothing calls this directly

Calls 2

qnFunction · 0.90
findMethod · 0.80

Tested by

no test coverage detected