API Reference
Class
PowerPointDesignIntent
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.
Returned or exposed by
- Property PowerPointCapabilitySlideOptions.DesignIntent
- Property PowerPointCardGridSlideOptions.DesignIntent
- Property PowerPointCaseStudySlideOptions.DesignIntent
- Property PowerPointCoverageSlideOptions.DesignIntent
- Method PowerPointDeckDesign.IntentFor
- Property PowerPointDeckDesign.BaseIntent
- Property PowerPointDesignerSlideOptions.DesignIntent
- Method PowerPointDesignIntent.Clone
- Method PowerPointDesignIntent.FromMood
- Property PowerPointLogoWallSlideOptions.DesignIntent
- Property PowerPointProcessSlideOptions.DesignIntent
Constructors
public PowerPointDesignIntent() #Creates a neutral, reusable design intent.
Methods
public PowerPointDesignIntent Clone() #Returns:
PowerPointDesignIntentCreates a copy of this intent.
public static PowerPointDesignIntent FromMood(PowerPointDesignMood mood, String seed = null) #Returns:
PowerPointDesignIntentCreates a design intent from a broad deck mood.
Parameters
- mood OfficeIMO.PowerPoint.PowerPointDesignMood
- seed System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.