How to get font of shape of slide layout in python-pptx

前端 未结 0 1403
野性不改
野性不改 2020-12-15 23:43

My code is as follows;

prs = Presentation(pptx_fname)

title_slide_layout = prs.slide_layouts[0]
for shape in title_slide_layout.shapes:
   print(shape.name)          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题