PowerPoint.Interfaces.SlideLayoutData interface

Eine Schnittstelle, die die durch Aufrufen slideLayout.toJSON()von zurückgegebenen Daten beschreibt.

Hinweise

Verwendet von

Eigenschaften

id

Ruft die eindeutige ID des Folienlayouts ab.

name

Ruft den Namen des Folienlayouts ab.

type

Gibt den Typ des Folienlayouts zurück.

Details zur Eigenschaft

id

Ruft die eindeutige ID des Folienlayouts ab.

id?: string;

Eigenschaftswert

string

Hinweise

API-Satz: PowerPointApi 1.3

name

Ruft den Namen des Folienlayouts ab.

name?: string;

Eigenschaftswert

string

Hinweise

API-Satz: PowerPointApi 1.3

type

Gibt den Typ des Folienlayouts zurück.

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";

Eigenschaftswert

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"

Hinweise

API-Satz: PowerPointApi 1.8