Freigeben über


PowerPoint.Interfaces.PlaceholderFormatData interface

Eine Schnittstelle, die die durch Aufrufen placeholderFormat.toJSON()von zurückgegebenen Daten beschreibt.

Eigenschaften

containedType

Ruft den Typ der Form ab, die im Platzhalter enthalten ist. Weitere Informationen finden Sie unter PowerPoint.ShapeType . Gibt zurück null , wenn der Platzhalter leer ist.

type

Gibt den Typ dieses Platzhalters zurück. Weitere Informationen finden Sie unter PowerPoint.PlaceholderType .

Details zur Eigenschaft

containedType

Ruft den Typ der Form ab, die im Platzhalter enthalten ist. Weitere Informationen finden Sie unter PowerPoint.ShapeType . Gibt zurück null , wenn der Platzhalter leer ist.

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

Eigenschaftswert

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

Hinweise

[ API-Satz: PowerPointApi 1.8 ]

type

Gibt den Typ dieses Platzhalters zurück. Weitere Informationen finden Sie unter 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";

Eigenschaftswert

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

Hinweise

[ API-Satz: PowerPointApi 1.8 ]