PowerPoint.Interfaces.PlaceholderFormatData interface
Interface décrivant les données retournées en appelant placeholderFormat.toJSON().
Propriétés
| contained |
Obtient le type de la forme contenue dans l’espace réservé. Pour plus d’informations , voir PowerPoint.ShapeType . Retourne |
| type | Retourne le type de cet espace réservé. Pour plus d’informations , voir PowerPoint.PlaceholderType . |
Détails de la propriété
containedType
Obtient le type de la forme contenue dans l’espace réservé. Pour plus d’informations , voir PowerPoint.ShapeType . Retourne null si l’espace réservé est vide.
containedType?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox" | null;
Valeur de propriété
PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox" | null
Remarques
type
Retourne le type de cet espace réservé. Pour plus d’informations , voir 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";
Valeur de propriété
PowerPoint.PlaceholderType | "Unsupported" | "Date" | "SlideNumber" | "Footer" | "Header" | "Title" | "Body" | "CenterTitle" | "Subtitle" | "VerticalTitle" | "VerticalBody" | "Content" | "Chart" | "Table" | "OnlinePicture" | "SmartArt" | "Media" | "VerticalContent" | "Picture" | "Cameo"