getLayoutNames
クラス: mlreportgen.ppt.Presentation
名前空間: mlreportgen.ppt
プレゼンテーション スライド マスターのレイアウト名の取得
説明
は、プレゼンテーション スライド マスターのレイアウト名を返します。 layoutNames
= getLayoutNames(presentation
,slideMaster
)
例
スライド レイアウトの名前の取得
既定の PPT API テンプレートのマスター スライドにあるスライド レイアウトの名前を取得します。プレゼンテーションにスライドを追加するときに、このレイアウト名を使用します。
PPT API クラスに長い完全修飾名を使用せずに済むよう、PPT 名前空間をインポートします。
import mlreportgen.ppt.*
プレゼンテーションを作成して開きます。
ppt = Presentation("myPresentation.pptx");
open(ppt);
プレゼンテーション内のスライド マスターの名前を取得します。既定のテンプレートのスライド マスターは 1 つのみです。
mNames = getMasterNames(ppt);
スライド マスターのレイアウト名を取得します。
layouts = getLayoutNames(ppt,mNames{1})
layouts = 1×13 cell
{'Title Slide'} {'Title and Vertical Text'} {'Vertical Title and Text'} {'Title and Table'} {'Title and Picture'} {'Title and Content'} {'Section Header'} {'Two Content'} {'Comparison'} {'Title Only'} {'Blank'} {'Content with Caption'} {'Picture with Caption'}
プレゼンテーションにタイトル スライドを追加し、スライドのタイトルを置き換えます。
slide = add(ppt,"Title Slide"); replace(slide,"Title","My Title");
プレゼンテーションを閉じて表示します。
close(ppt); rptview(ppt);
入力引数
presentation
— レイアウト名を取得するプレゼンテーション
mlreportgen.ppt.Presentation
オブジェクト
レイアウト名を取得するプレゼンテーション。mlreportgen.ppt.Presentation
オブジェクトとして指定します。
slideMaster
— レイアウト名を取得するスライド マスター
文字ベクトル | string スカラー
レイアウト名を取得するスライド マスター。文字ベクトルまたは string スカラーとして指定します。
出力引数
layoutNames
— スライド レイアウト名
文字ベクトルの cell 配列
スライド レイアウト名。文字ベクトルの cell 配列として返されます。
バージョン履歴
R2015b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)