PowerPoint.Interfaces.PlaceholderFormatData interface
placeholderFormat.toJSON()
の呼び出しによって返されるデータを記述するインターフェイス。
プロパティ
| contained |
プレースホルダー内に含まれる図形の型を取得します。 詳細については 、PowerPoint.ShapeType を参照してください。 プレースホルダーが空の場合は |
| 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
注釈
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"