PowerPoint.Interfaces.PlaceholderFormatData interface
Uma interface que descreve os dados devolvidos ao chamar placeholderFormat.toJSON().
Propriedades
| contained |
Obtém o tipo da forma contida no marcador de posição. Consulte PowerPoint.ShapeType para obter detalhes. Devolve |
| type | Devolve o tipo deste marcador de posição. Consulte PowerPoint.PlaceholderType para obter detalhes. |
Detalhes da propriedade
containedType
Obtém o tipo da forma contida no marcador de posição. Consulte PowerPoint.ShapeType para obter detalhes. Devolve null se o marcador de posição estiver vazio.
containedType?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox" | null;
Valor da propriedade
PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table" | "Callout" | "Chart" | "ContentApp" | "Diagram" | "Freeform" | "Graphic" | "Ink" | "Media" | "Model3D" | "Ole" | "Placeholder" | "SmartArt" | "TextBox" | null
Comentários
type
Devolve o tipo deste marcador de posição. Consulte PowerPoint.PlaceholderType para obter detalhes.
type?: PowerPoint.PlaceholderType | "Unsupported" | "Date" | "SlideNumber" | "Footer" | "Header" | "Title" | "Body" | "CenterTitle" | "Subtitle" | "VerticalTitle" | "VerticalBody" | "Content" | "Chart" | "Table" | "OnlinePicture" | "SmartArt" | "Media" | "VerticalContent" | "Picture" | "Cameo";
Valor da propriedade
PowerPoint.PlaceholderType | "Unsupported" | "Date" | "SlideNumber" | "Footer" | "Header" | "Title" | "Body" | "CenterTitle" | "Subtitle" | "VerticalTitle" | "VerticalBody" | "Content" | "Chart" | "Table" | "OnlinePicture" | "SmartArt" | "Media" | "VerticalContent" | "Picture" | "Cameo"