Get the PPTC text information of the shape element. Returns: str: The PPTC text information.
(self)
| 357 | |
| 358 | @property |
| 359 | def pptc_text_info(self): |
| 360 | """ |
| 361 | Get the PPTC text information of the shape element. |
| 362 | |
| 363 | Returns: |
| 364 | str: The PPTC text information. |
| 365 | """ |
| 366 | if isinstance(self, Picture): |
| 367 | return self.caption |
| 368 | return self.text_frame.to_pptc(self.shape_idx) |
| 369 | |
| 370 | @property |
| 371 | def pptc_space_info(self): |