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

Method text_frame

src/pptx/table.py:351–354  ·  view source on GitHub ↗

|TextFrame| containing the text that appears in the cell.

(self)

Source from the content-addressed store, hash-verified

349
350 @property
351 def text_frame(self) -> TextFrame:
352 """|TextFrame| containing the text that appears in the cell."""
353 txBody = self._tc.get_or_add_txBody()
354 return TextFrame(txBody, self)
355
356 @property
357 def vertical_anchor(self) -> MSO_VERTICAL_ANCHOR | None:

Callers

nothing calls this directly

Calls 1

TextFrameClass · 0.90

Tested by

no test coverage detected