API Reference
Class
PowerPointExecutiveSummaryContent
Executive-summary content.
Inheritance
- Object
- PowerPointExecutiveSummaryContent
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 PowerPointDeckComposer.AddExecutiveSummarySlide
- Method PowerPointDeckPlan.AddExecutiveSummary
- Method PowerPointDesignExtensions.AddDesignerExecutiveSummarySlide
- Constructor PowerPointExecutiveSummaryPlanSlide.PowerPointExecutiveSummaryPlanSlide
- Extension method PowerPointPresentation.AddDesignerExecutiveSummarySlide
Constructors
public PowerPointExecutiveSummaryContent(IEnumerable<PowerPointMetric> metrics, IEnumerable<PowerPointCardContent> points, String lead = null) #Creates summary content from metrics and decision points.
Parameters
- metrics System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointMetric}
- points System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointCardContent}
- lead System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object