|TextFrame| instance for this data label, containing the text of the data label and providing access to its text formatting properties.
(self)
| 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): |
nothing calls this directly
no test coverage detected