API Reference
Class
PowerPointCapabilitySlideOptions
Options for capability/content slides.
Inheritance
- PowerPointDesignerSlideOptions
- PowerPointCapabilitySlideOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PowerPointCapabilitySlideOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PowerPointCapabilityLayoutVariant Variant { get; set; } #Capability layout variant. Auto uses the design intent seed.
public PowerPointCapabilityVisualKind VisualKind { get; set; } #Visual support type displayed beside or below the narrative sections.
public String VisualImagePath { get; set; } #Optional image path for the visual frame.
public String VisualLabel { get; set; } #Optional label displayed with the visual support area.
public IList<PowerPointLogoItem> Logos { get; } #Optional logo/proof items when VisualKind is LogoWall.
public IList<PowerPointCoverageLocation> Locations { get; } #Optional coverage locations when VisualKind is CoverageMap.
public IList<PowerPointMetric> Metrics { get; } #Optional metrics displayed as a supporting strip.
Inherited Properties
public String Eyebrow { get; set; } #Inherited from PowerPointDesignerSlideOptions
public Boolean ShowDirectionMotif { get; set; } #Inherited from PowerPointDesignerSlideOptions
public PowerPointDesignIntent DesignIntent { get; set; } #Inherited from PowerPointDesignerSlideOptions
public PowerPointSectionLayoutVariant SectionVariant { get; set; } #Inherited from PowerPointDesignerSlideOptions