PowerPoint.Interfaces.PlaceholderFormatData interface
Eine Schnittstelle, die die durch Aufrufen placeholderFormat.toJSON()
von zurückgegebenen Daten beschreibt.
Eigenschaften
contained |
Ruft den Typ der Form ab, die im Platzhalter enthalten ist. Weitere Informationen finden Sie unter PowerPoint.ShapeType . Gibt zurück |
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
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"