API Reference
Class
PowerPointTemplateLayoutMap
Maps semantic deck-plan slide kinds to named template layouts.
Inheritance
- Object
- PowerPointTemplateLayoutMap
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method PowerPointDesignExtensions.UseTemplateDesigner
- Extension method PowerPointPresentation.UseTemplateDesigner
Constructors
public PowerPointTemplateLayoutMap() #Methods
Map 2 overloads
public PowerPointTemplateLayoutMap Map(PowerPointDeckPlanSlideKind kind, PowerPointTemplateLayoutInfo layout) #Returns:
PowerPointTemplateLayoutMapMaps a semantic kind to an inventoried layout.
Parameters
- kind OfficeIMO.PowerPoint.PowerPointDeckPlanSlideKind
- layout OfficeIMO.PowerPoint.PowerPointTemplateLayoutInfo
public PowerPointTemplateLayoutMap Map(PowerPointDeckPlanSlideKind kind, PowerPointTemplateInventory inventory, String layoutName) #Returns:
PowerPointTemplateLayoutMapMaps a semantic kind by resolving a template layout name.
Parameters
- kind OfficeIMO.PowerPoint.PowerPointDeckPlanSlideKind
- inventory OfficeIMO.PowerPoint.PowerPointTemplateInventory
- layoutName System.String
public PowerPointTemplateLayoutInfo Resolve(PowerPointDeckPlanSlideKind kind) #Returns:
PowerPointTemplateLayoutInfoReturns the mapped layout, or null when the semantic kind uses the default layout.
Parameters
- kind OfficeIMO.PowerPoint.PowerPointDeckPlanSlideKind
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyDictionary<PowerPointDeckPlanSlideKind, PowerPointTemplateLayoutInfo> Layouts { get; } #Configured semantic layout mappings.