API Reference

Class

PowerPointDesignRecipeSummary

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Lightweight description of a design recipe that can be shown before creating deck alternatives.

Inheritance

  • Object
  • PowerPointDesignRecipeSummary

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public override String ToString() #
Returns: String

Properties

public Int32 Index { get; } #

Zero-based recipe index within the built-in recipe list.

public String Name { get; } #

Recipe display name.

public String Description { get; } #

Optional short explanation of where the recipe fits.

public String DefaultEyebrow { get; } #

Optional eyebrow applied when the caller does not supply one.

public IReadOnlyList<String> Keywords { get; } #

Purpose keywords used for recipe matching.

public IReadOnlyList<PowerPointDesignDirectionSummary> Directions { get; } #

Creative directions included in the recipe.

public Int32 DirectionCount { get; } #

Number of creative directions included in the recipe.