API Reference
Class
PowerPointCapabilitySection
A narrative section for capability/content slides.
Inheritance
- Object
- PowerPointCapabilitySection
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
Constructors
public PowerPointCapabilitySection(String heading, String body = null, IEnumerable<String> items = null, String accentColor = null) #Creates a capability section with optional body text and bullet items.
Parameters
- heading System.String
- body System.String = null
- 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