次の方法で共有


PowerPoint.Interfaces.PlaceholderFormatData interface

placeholderFormat.toJSON() を呼び出すことによって返されるデータを記述するインターフェイス。

プロパティ

containedType

プレースホルダーに含まれる図形の型を取得します。 詳細については 、「PowerPoint.ShapeType 」を参照してください。 プレースホルダーが空の場合は、 null を返します。

type

このプレースホルダーの型を返します。 詳細については 、「PowerPoint.PlaceholderType 」を参照してください。

プロパティの詳細

containedType

プレースホルダーに含まれる図形の型を取得します。 詳細については 、「PowerPoint.ShapeType 」を参照してください。 プレースホルダーが空の場合は、 null を返します。

containedType?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox" | null;

プロパティ値

PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox" | null

注釈

[ API セット: PowerPointApi 1.8 ]

type

このプレースホルダーの型を返します。 詳細については 、「PowerPoint.PlaceholderType 」を参照してください。

type?: PowerPoint.PlaceholderType | "Unsupported" | "Date" | "SlideNumber" | "Footer" | "Header" | "Title" | "Body" | "CenterTitle" | "Subtitle" | "VerticalTitle" | "VerticalBody" | "Content" | "Chart" | "Table" | "OnlinePicture" | "SmartArt" | "Media" | "VerticalContent" | "Picture" | "Cameo";

プロパティ値

PowerPoint.PlaceholderType | "Unsupported" | "Date" | "SlideNumber" | "Footer" | "Header" | "Title" | "Body" | "CenterTitle" | "Subtitle" | "VerticalTitle" | "VerticalBody" | "Content" | "Chart" | "Table" | "OnlinePicture" | "SmartArt" | "Media" | "VerticalContent" | "Picture" | "Cameo"

注釈

[ API セット: PowerPointApi 1.8 ]