API Reference
PowerPointCreativeDirectionPackSummary
Lightweight description of a creative direction pack that can be shown before applying it to a design brief.
Inheritance
- Object
- PowerPointCreativeDirectionPackSummary
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
Methods
public override String ToString() #StringInherited Methods
Properties
public Int32 Index { get; } #Zero-based pack index within the built-in pack list.
public PowerPointCreativeDirectionPack Pack { get; } #Creative direction pack value.
public String Name { get; } #Display name.
public String Description { get; } #Short explanation of where the pack fits.
public String RecipeName { get; } #Name of the recipe applied by this pack, when the pack sets one.
public Nullable<PowerPointPaletteStyle> PaletteStyle { get; } #Supporting palette strategy applied by this pack, when the pack sets one.
public Nullable<PowerPointAutoLayoutStrategy> LayoutStrategy { get; } #Auto layout strategy applied by this pack, when the pack sets one.
public PowerPointDesignVariety Variety { get; } #Alternative variety applied by this pack.
public IReadOnlyList<PowerPointDesignMood> PreferredMoods { get; } #Preferred moods used to rank recipe directions.
public IReadOnlyList<PowerPointSlideDensity> PreferredDensities { get; } #Preferred densities used to rank recipe directions.
public IReadOnlyList<PowerPointVisualStyle> PreferredVisualStyles { get; } #Preferred visual styles used to rank recipe directions.