python 操做PPT練習

from pptx import Presentation from pptx.util import Pt, Inches prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[1])# 添加空白頁PPT body_shape = slide.shapes.placeholders body_shape[0]
相關文章
相關標籤/搜索