How to add slides with images and tables in company standard template ?

조회 수: 3 (최근 30일)
Kaustubh hike
Kaustubh hike 2021년 7월 28일
댓글: Chunru 2021년 7월 28일
He there ,
How to add slides with images and tables in existing power point presentation ?
I am using MATLAB 2017b
Regards

답변 (1개)

Chunru
Chunru 2021년 7월 28일
If you have access to MATLAB report generator:
You can use the PPT API to update content programmatically in an existing PowerPoint® presentation.Generate the Existing Presentation
Under the same link, there is example for updating a ppt document:
Updates to the Presentation
  • Replace the picture on the second slide.
  • Replace the text on the third slide.
  • Replace the table on the fourth slide.
  • Insert a new slide before the slide with the plot.
  댓글 수: 2
Kaustubh hike
Kaustubh hike 2021년 7월 28일
No , I mean incase I need to use company's standard designed template ?
If I follow above path, it create ppt in normal default mode.
Chunru
Chunru 2021년 7월 28일
You can open your own .pptx file and then use getMasterNames(yourppt) and getLayoutNames(ppt, masters{1}) to access your own template. Search the reporter generator documents for more details.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Update PowerPoint Presentation Content에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by