API Reference
Enum
PowerPointCompositionVariant
Deterministic variants that adjust a composition preset without changing its semantic regions.
Inheritance
- Enum
- PowerPointCompositionVariant
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 PowerPointCompositionVariant Auto #Choose a stable variant from the active design intent.
Value:
0public const PowerPointCompositionVariant Standard #Use the preset's default region arrangement.
Value:
1public const PowerPointCompositionVariant Mirrored #Mirror the preset horizontally while preserving region roles.
Value:
2public const PowerPointCompositionVariant VisualLead #Give the visual region the leading side of the composition.
Value:
3public const PowerPointCompositionVariant EvidenceLead #Move metric or proof regions earlier in the reading order.
Value:
4