次の方法で共有


PowerPoint.Interfaces.PresentationLoadOptions interface

Presentation オブジェクトは、プレゼンテーションの内容を含む 1 つ以上のスライドを含む最上位のオブジェクトです。 PowerPoint オブジェクト モデルの詳細については、「 JavaScript オブジェクト モデルのPowerPoint」を参照してください。

注釈

[ API set: PowerPointApi 1.0 ]

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

title

プレゼンテーションのタイトルを返します。

プロパティの詳細

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

title

プレゼンテーションのタイトルを返します。

title?: boolean;

プロパティ値

boolean

注釈

[ API set: PowerPointApi 1.0 ]