API Reference
Enum
PowerPointSectionLayoutVariant
Section/title slide layout variants. Auto uses the design intent seed to pick a stable variant.
Inheritance
- Enum
- PowerPointSectionLayoutVariant
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.SectionVariant
- Property PowerPointCardGridSlideOptions.SectionVariant
- Property PowerPointCaseStudySlideOptions.SectionVariant
- Property PowerPointCoverageSlideOptions.SectionVariant
- Property PowerPointDesignerSlideOptions.SectionVariant
- Property PowerPointLogoWallSlideOptions.SectionVariant
- Property PowerPointProcessSlideOptions.SectionVariant
- Field PowerPointSectionLayoutVariant.Auto
- Field PowerPointSectionLayoutVariant.EditorialRail
- Field PowerPointSectionLayoutVariant.GeometricCover
- Field PowerPointSectionLayoutVariant.Poster
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 PowerPointSectionLayoutVariant Auto #Choose a deterministic variant from the design intent.
Value:
0public const PowerPointSectionLayoutVariant GeometricCover #Full-bleed dark title slide with geometric planes.
Value:
1public const PowerPointSectionLayoutVariant EditorialRail #Editorial light title slide with a strong accent rail.
Value:
2public const PowerPointSectionLayoutVariant Poster #Poster-style dark title slide with a large centered title area.
Value:
3