API Reference

Class

PowerPointComparisonItem

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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

Constructors

public PowerPointComparisonItem(String title, String summary = null, IEnumerable<String> strengths = null, IEnumerable<String> tradeoffs = null) #

Creates a comparison item.

Parameters

title System.String requiredposition: 0
summary System.String = null optionalposition: 1
strengths System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 2
tradeoffs System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 3

Properties

public String Title { get; } #

Option title.

public String Summary { get; } #

Option summary.

public IReadOnlyList<String> Strengths { get; } #

Positive evidence.

public IReadOnlyList<String> Tradeoffs { get; } #

Tradeoffs or risks.