API Reference
Enum
PowerPointCompositionPreset
Named composition layouts for raw designer slides.
Inheritance
- Enum
- PowerPointCompositionPreset
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
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 PowerPointCompositionPreset Auto #Choose a stable preset from the active design intent.
Value:
0public const PowerPointCompositionPreset BalancedColumns #Two balanced columns with a full-width metric/support band.
Value:
1public const PowerPointCompositionPreset VisualSplit #Primary narrative region paired with a larger visual region.
Value:
2public const PowerPointCompositionPreset MetricStory #Large narrative/visual regions with a strong metric strip.
Value:
3public const PowerPointCompositionPreset DashboardGrid #Four equally weighted regions for dashboards and dense summaries.
Value:
4