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

Function save_presentation

utils/pptx_utils.py:1794–1801  ·  view source on GitHub ↗

Save the current Presentation object to disk. :param prs: The Presentation object. :param file_name: The file path/name for the saved pptx file.

(prs, file_name="poster.pptx")

Source from the content-addressed store, hash-verified

1792 _set_run_font_color(run, color)
1793
1794def save_presentation(prs, file_name="poster.pptx"):
1795 """
1796 Save the current Presentation object to disk.
1797
1798 :param prs: The Presentation object.
1799 :param file_name: The file path/name for the saved pptx file.
1800 """
1801 prs.save(file_name)
1802
1803def set_slide_background_color(slide, rgb=(255, 255, 255)):
1804 """

Callers 4

get_visual_cuesFunction · 0.70
deoverflowFunction · 0.50
process_leaf_sectionFunction · 0.50

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected