API Reference

Class

PowerPointDesignIntent

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Describes the intended feel of generated designer slides without requiring manual placement.

Inheritance

  • Object
  • PowerPointDesignIntent

Usage

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

Constructors

public PowerPointDesignIntent() #

Creates a neutral, reusable design intent.

Methods

public PowerPointDesignIntent Clone() #
Returns: PowerPointDesignIntent

Creates a copy of this intent.

public static PowerPointDesignIntent FromMood(PowerPointDesignMood mood, String seed = null) #
Returns: PowerPointDesignIntent

Creates a design intent from a broad deck mood.

Parameters

mood OfficeIMO.PowerPoint.PowerPointDesignMood requiredposition: 0
seed System.String = null optionalposition: 1

Properties

public String Seed { get; set; } #

Optional stable seed used to choose deterministic variants.

public PowerPointDesignMood Mood { get; set; } #

Broad visual mood.

public PowerPointSlideDensity Density { get; set; } #

Desired content density.

public PowerPointVisualStyle VisualStyle { get; set; } #

Preferred primitive visual style.

public PowerPointAutoLayoutStrategy LayoutStrategy { get; set; } #

Strategy used by Auto slide variants.