API Reference
Enum
PowerPointCreativeDirectionPack
Higher-level creative starting points that combine recipe, palette, layout, and ranking preferences.
Inheritance
- Enum
- PowerPointCreativeDirectionPack
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
- Field PowerPointCreativeDirectionPack.Auto
- Field PowerPointCreativeDirectionPack.Boardroom
- Field PowerPointCreativeDirectionPack.EditorialCaseStudy
- Field PowerPointCreativeDirectionPack.FieldProof
- Field PowerPointCreativeDirectionPack.QuietAppendix
- Field PowerPointCreativeDirectionPack.TechnicalMap
- Property PowerPointCreativeDirectionPackSummary.Pack
- Property PowerPointDesignBrief.CreativeDirectionPack
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const PowerPointCreativeDirectionPack Auto #Let the purpose text and explicit brief settings choose the design direction.
Value:
0public const PowerPointCreativeDirectionPack Boardroom #Restrained, board-ready hierarchy for executive and decision decks.
Value:
1public const PowerPointCreativeDirectionPack FieldProof #Visual proof and stronger contrast for case studies, portfolios, and service stories.
Value:
2public const PowerPointCreativeDirectionPack EditorialCaseStudy #Editorial spacing and softer surfaces for narrative-heavy customer stories.
Value:
3public const PowerPointCreativeDirectionPack TechnicalMap #Compact geometric structure for architecture, rollout, and operational decks.
Value:
4public const PowerPointCreativeDirectionPack QuietAppendix #Quiet, dense appendix treatment for supporting detail and reference slides.
Value:
5