API Reference
Class
PowerPointTemplateLayoutInfo
One slide layout discovered in a template.
Inheritance
- Object
- PowerPointTemplateLayoutInfo
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
- Property PowerPointAppendixTableSlideOptions.TemplateLayout
- Property PowerPointArchitectureSlideOptions.TemplateLayout
- Property PowerPointCapabilitySlideOptions.TemplateLayout
- Property PowerPointCardGridSlideOptions.TemplateLayout
- Property PowerPointCaseStudySlideOptions.TemplateLayout
- Property PowerPointChartStorySlideOptions.TemplateLayout
- Property PowerPointClosingSlideOptions.TemplateLayout
- Property PowerPointComparisonSlideOptions.TemplateLayout
- Property PowerPointCoverageSlideOptions.TemplateLayout
- Property PowerPointDesignerSlideOptions.TemplateLayout
- Property PowerPointExecutiveSummarySlideOptions.TemplateLayout
- Property PowerPointLogoWallSlideOptions.TemplateLayout
- Property PowerPointProcessSlideOptions.TemplateLayout
- Property PowerPointScreenshotStorySlideOptions.TemplateLayout
- Method PowerPointTemplateInventory.ResolveLayout
- Method PowerPointTemplateLayoutMap.Resolve
- Property PowerPointTemplateLayoutMap.Layouts
- Property PowerPointTemplateMasterInfo.Layouts
Accepted by parameters
Methods
ResolvePlaceholder 2 overloads
public PowerPointTemplatePlaceholderInfo ResolvePlaceholder(PowerPointTemplatePlaceholderRole role) #Returns:
PowerPointTemplatePlaceholderInfoResolves one placeholder by semantic role and rejects ambiguous matches.
Parameters
- role OfficeIMO.PowerPoint.PowerPointTemplatePlaceholderRole
public PowerPointTemplatePlaceholderInfo ResolvePlaceholder(String semanticName) #Returns:
PowerPointTemplatePlaceholderInfoResolves one placeholder by authored or semantic name and rejects ambiguous matches.
Parameters
- semanticName System.String
public override String ToString() #Returns:
StringInherited Methods
Properties
public Int32 MasterIndex { get; } #Owning master index.
public Int32 LayoutIndex { get; } #Layout index within its master.
public String Name { get; } #Authored layout name.
public Nullable<SlideLayoutValues> Type { get; } #Native layout type, when declared.
public IReadOnlyList<PowerPointTemplatePlaceholderInfo> Placeholders { get; } #Layout placeholders in authored order.
public PowerPointLayoutBox SafeArea { get; } #Best content safe area derived from non-footer placeholders or a slide-margin fallback.
public Nullable<PowerPointLayoutBox> TitleArea { get; } #Title safe area, when a title placeholder is present.