|TextFrame| containing the text that appears in the cell.
(self)
| 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: |