MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / pptc_text_info

Method pptc_text_info

utils/src/presentation.py:359–368  ·  view source on GitHub ↗

Get the PPTC text information of the shape element. Returns: str: The PPTC text information.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

to_pptcMethod · 0.45

Tested by

no test coverage detected