PowerPoint.Interfaces.PlaceholderFormatData interface

Una interfaz que describe los datos devueltos llamando a placeholderFormat.toJSON().

Comentarios

Usada por

Propiedades

containedType

Obtiene el tipo de forma contenido en el marcador de posición. Vea PowerPoint.ShapeType para obtener más información. Devuelve null si el marcador de posición está vacío.

type

Devuelve el tipo de este marcador de posición. Consulta PowerPoint.PlaceholderType para obtener más información.

Detalles de las propiedades

containedType

Obtiene el tipo de forma contenido en el marcador de posición. Vea PowerPoint.ShapeType para obtener más información. Devuelve null si el marcador de posición está vacío.

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

Valor de propiedad

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

Comentarios

Conjunto de API: PowerPointApi 1.8

type

Devuelve el tipo de este marcador de posición. Consulta PowerPoint.PlaceholderType para obtener más información.

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

Valor de propiedad

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

Comentarios

Conjunto de API: PowerPointApi 1.8