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

2 ビュー (過去 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 Center および File ExchangeUpdate 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