Main Content

プレゼンテーション コンテンツの作成

PowerPoint® 用 MATLAB® API (PPT API) を使用したプレゼンテーション コンテンツの作成

PPT API によって MATLAB プログラムを作成し、PowerPoint プレゼンテーションにコンテンツを追加し、完全な PowerPoint プレゼンテーションを作成します。PowerPoint プレゼンテーションのスライド マスターおよびレイアウトと連携するプログラムを作成できます。はじめに、プレゼンテーション ジェネレーターの作成を参照してください。

完成したプレゼンテーション プログラムを、MATLAB をシステムにインストールしていないユーザーと共有するには、プレゼンテーション プログラムからのスタンドアロン アプリケーションの作成を参照してください。

関数

openプレゼンテーションを開く
closeプレゼンテーションを閉じる
getMasterNamesプレゼンテーションのスライド マスターの名前を取得する
getLayoutNamesプレゼンテーション スライド マスターのレイアウト名の取得
getTableStyleNamesプレゼンテーション用のテーブル スタイル名の取得
addプレゼンテーションへのスライドの追加
replaceプレゼンテーション内のテキスト、テーブル、または画像の置換
dispatchPPT ステータス メッセージのディスパッチ
mlreportgen.ppt.Presentation.createTemplate既定の PPT API プレゼンテーション テンプレートのコピーの作成 (R2021a 以降)
mlreportgen.ppt.MessageDispatcher.getTheDispatcherPPT メッセージ ディスパッチャーを返す
formatAsTextメッセージをテキストとして書式設定
formatAsHTMLメッセージを HTML タグでラップ
passesFilterメッセージがフィルターをパスするかどうかの判別
pptviewMicrosoft PowerPoint プレゼンテーションを開くか PDF に変換する

クラス

すべて展開する

mlreportgen.ppt.PresentationMicrosoft PowerPoint プレゼンテーション コンテナーの作成
mlreportgen.ppt.Slideプレゼンテーションのスライド
mlreportgen.ppt.Textプレゼンテーションに含めるテキスト
mlreportgen.ppt.TextBoxテキスト ボックス
mlreportgen.ppt.ExternalLinkプレゼンテーション外の場所へのハイパーリンク
mlreportgen.ppt.InternalLinkプレゼンテーション内のスライドへのハイパーリンク (R2021a 以降)
mlreportgen.ppt.Tableプレゼンテーション内のテーブル
mlreportgen.ppt.Pictureプレゼンテーションに含める画像
mlreportgen.ppt.ContentPlaceholderPlaceholder for slide content
mlreportgen.ppt.TextBoxPlaceholderPlaceholder for slide title
mlreportgen.ppt.TablePlaceholderPlaceholder for slide table
mlreportgen.ppt.PicturePlaceholderスライド画像のプレースホルダー
mlreportgen.ppt.MessageDispatcherPPT message dispatcher
mlreportgen.ppt.MessageEventDataHolds message triggering message event
mlreportgen.ppt.MessageFilterFilter to control message dispatcher
mlreportgen.ppt.ProgressMessageProgress message
mlreportgen.ppt.DebugMessageDebugging message
mlreportgen.ppt.ErrorMessageError message
mlreportgen.ppt.WarningMessageWarning message

トピック