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

Method text_frame

src/pptx/chart/datalabel.py:219–225  ·  view source on GitHub ↗

|TextFrame| instance for this data label, containing the text of the data label and providing access to its text formatting properties.

(self)

Source from the content-addressed store, hash-verified

217
218 @property
219 def text_frame(self):
220 """
221 |TextFrame| instance for this data label, containing the text of the
222 data label and providing access to its text formatting properties.
223 """
224 rich = self._get_or_add_rich()
225 return TextFrame(rich, self)
226
227 @property
228 def _dLbl(self):

Callers

nothing calls this directly

Calls 2

_get_or_add_richMethod · 0.95
TextFrameClass · 0.90

Tested by

no test coverage detected