PowerPoint.Interfaces.SlideLayoutData interface

Interface décrivant les données retournées en appelant slideLayout.toJSON().

Remarques

Utilisateur

Propriétés

id

Obtient l’ID unique de la disposition de diapositive.

name

Obtient le nom de la disposition des diapositives.

type

Retourne le type de la disposition des diapositives.

Détails de la propriété

id

Obtient l’ID unique de la disposition de diapositive.

id?: string;

Valeur de propriété

string

Remarques

Ensemble d’API : PowerPointApi 1.3

name

Obtient le nom de la disposition des diapositives.

name?: string;

Valeur de propriété

string

Remarques

Ensemble d’API : PowerPointApi 1.3

type

Retourne le type de la disposition des diapositives.

type?: PowerPoint.SlideLayoutType | "Blank" | "Chart" | "ChartAndText" | "ClipArtAndText" | "ClipArtAndVerticalText" | "Comparison" | "ContentWithCaption" | "Custom" | "FourObjects" | "LargeObject" | "MediaClipAndText" | "Mixed" | "Object" | "ObjectAndText" | "ObjectAndTwoObjects" | "ObjectOverText" | "OrganizationChart" | "PictureWithCaption" | "SectionHeader" | "Table" | "Text" | "TextAndChart" | "TextAndClipArt" | "TextAndMediaClip" | "TextAndObject" | "TextAndTwoObjects" | "TextOverObject" | "Title" | "TitleOnly" | "TwoColumnText" | "TwoObjects" | "TwoObjectsAndObject" | "TwoObjectsAndText" | "TwoObjectsOverText" | "VerticalText" | "VerticalTitleAndText" | "VerticalTitleAndTextOverChart";

Valeur de propriété

PowerPoint.SlideLayoutType | "Blank" | "Chart" | "ChartAndText" | "ClipArtAndText" | "ClipArtAndVerticalText" | "Comparison" | "ContentWithCaption" | "Custom" | "FourObjects" | "LargeObject" | "MediaClipAndText" | "Mixed" | "Object" | "ObjectAndText" | "ObjectAndTwoObjects" | "ObjectOverText" | "OrganizationChart" | "PictureWithCaption" | "SectionHeader" | "Table" | "Text" | "TextAndChart" | "TextAndClipArt" | "TextAndMediaClip" | "TextAndObject" | "TextAndTwoObjects" | "TextOverObject" | "Title" | "TitleOnly" | "TwoColumnText" | "TwoObjects" | "TwoObjectsAndObject" | "TwoObjectsAndText" | "TwoObjectsOverText" | "VerticalText" | "VerticalTitleAndText" | "VerticalTitleAndTextOverChart"

Remarques

Ensemble d’API : PowerPointApi 1.8