API Reference
Class
PowerPointComparisonItem
One option in a semantic comparison.
Inheritance
- Object
- PowerPointComparisonItem
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 PowerPointComparisonPlanSlide.Items
Accepted by parameters
Constructors
public PowerPointComparisonItem(String title, String summary = null, IEnumerable<String> strengths = null, IEnumerable<String> tradeoffs = null) #Creates a comparison item.
Parameters
- title System.String
- summary System.String = null
- strengths System.Collections.Generic.IEnumerable{System.String} = null
- tradeoffs System.Collections.Generic.IEnumerable{System.String} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object