API Reference
Class
PowerPointClosingContent
Closing-slide message and call to action.
Inheritance
- Object
- PowerPointClosingContent
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 PowerPointClosingPlanSlide.Content
Accepted by parameters
- Constructor PowerPointClosingPlanSlide.PowerPointClosingPlanSlide
- Method PowerPointDeckComposer.AddClosingSlide
- Method PowerPointDeckPlan.AddClosing
- Method PowerPointDesignExtensions.AddDesignerClosingSlide
- Extension method PowerPointPresentation.AddDesignerClosingSlide
Constructors
public PowerPointClosingContent(String statement, String callToAction = null, String contact = null) #Creates closing content.
Parameters
- statement System.String
- callToAction System.String = null
- contact System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object