API Reference
Class
PowerPointCardContent
A card with a title and optional bullet items.
Inheritance
- Object
- PowerPointCardContent
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 PowerPointCardGridPlanSlide.Cards
Accepted by parameters
- Constructor PowerPointCardGridPlanSlide.PowerPointCardGridPlanSlide
- Method PowerPointDeckComposer.AddCardGridSlide
- Method PowerPointDeckPlan.AddCardGrid
- Method PowerPointDesignExtensions.AddDesignerCardGridSlide
- Extension method PowerPointPresentation.AddDesignerCardGridSlide
- Method PowerPointSlideComposer.AddCardGrid
- Method PowerPointSlideComposer.AddCardGrid
Constructors
public PowerPointCardContent(String title, IEnumerable<String> items = null, String accentColor = null) #Creates a designer card.
Parameters
- title System.String
- items System.Collections.Generic.IEnumerable{System.String} = null
- accentColor System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object