Main Content

PowerPoint プレゼンテーション コンテンツの更新

既存のプレゼンテーション内のコンテンツをプログラムにより更新

PPT API を使用して既存の PowerPoint® プレゼンテーションに動的コンテンツをプログラムで追加します。はじめに、プログラムによるプレゼンテーション コンテンツの更新を参照してください。

関数

getMasterNamesプレゼンテーションのスライド マスターの名前を取得する
getLayoutNamesプレゼンテーション スライド マスターのレイアウト名の取得
getTableStyleNamesプレゼンテーション用のテーブル スタイル名の取得
findプレゼンテーションの検索
addスライドへのテキスト ボックス、テーブル、または画像の追加
replaceスライド内のテキスト、テーブル、または画像の置換
findスライドでのコンテンツの検索
addコンテンツ プレースホルダーへの段落の追加
replaceコンテンツ プレースホルダーまたはコンテンツの置換
addテキスト ボックスへの段落の追加
replaceテキスト ボックスの段落の置換
addAdd content to text box placeholder
replaceReplace text box placeholder content
replaceReplace table placeholder with table
replaceReplace template table with another table (R2019b 以降)
replace画像プレースホルダーから画像への置換
replace Replace template picture with another picture (R2019b 以降)
pptviewMicrosoft PowerPoint プレゼンテーションを開くか PDF に変換する
rptviewレポートまたはプレゼンテーションの表示

クラス

mlreportgen.ppt.PresentationMicrosoft PowerPoint プレゼンテーション コンテナーの作成
mlreportgen.ppt.Slideプレゼンテーションのスライド
mlreportgen.ppt.ContentPlaceholderPlaceholder for slide content
mlreportgen.ppt.TextBoxPlaceholderPlaceholder for slide title
mlreportgen.ppt.PicturePlaceholderスライド画像のプレースホルダー
mlreportgen.ppt.TablePlaceholderPlaceholder for slide table
mlreportgen.ppt.TextBoxテキスト ボックス
mlreportgen.ppt.Paragraph書式設定されたテキスト ブロック (段落)
mlreportgen.ppt.Textプレゼンテーションに含めるテキスト
mlreportgen.ppt.ExternalLinkプレゼンテーション外の場所へのハイパーリンク
mlreportgen.ppt.InternalLinkプレゼンテーション内のスライドへのハイパーリンク (R2021a 以降)
mlreportgen.ppt.Pictureプレゼンテーションに含める画像
mlreportgen.ppt.TemplatePicturePicture from template presentation slide (R2019b 以降)
mlreportgen.ppt.Tableプレゼンテーション内のテーブル
mlreportgen.ppt.TemplateTableTable from template presentation slide (R2019b 以降)
mlreportgen.ppt.TableRowテーブル行
mlreportgen.ppt.TableEntryTable entry
mlreportgen.ppt.ColSpecテーブル列の書式設定
mlreportgen.ppt.ColWidthテーブル列の幅

概念

例および使用方法