API Reference
Enum
PowerPointTitleAccentStyle
Title accent treatment used by section/title slides.
Inheritance
- Enum
- PowerPointTitleAccentStyle
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.TitleAccentStyle
- Property PowerPointCardGridSlideOptions.TitleAccentStyle
- Property PowerPointCaseStudySlideOptions.TitleAccentStyle
- Property PowerPointCoverageSlideOptions.TitleAccentStyle
- Property PowerPointDesignerSlideOptions.TitleAccentStyle
- Property PowerPointLogoWallSlideOptions.TitleAccentStyle
- Property PowerPointProcessSlideOptions.TitleAccentStyle
- Field PowerPointTitleAccentStyle.Auto
- Field PowerPointTitleAccentStyle.KickerRule
- Field PowerPointTitleAccentStyle.None
- Field PowerPointTitleAccentStyle.SideRule
- Field PowerPointTitleAccentStyle.Underline
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 PowerPointTitleAccentStyle Auto #Choose a deterministic title accent from the design intent.
Value:
0public const PowerPointTitleAccentStyle Underline #Draw a short accent underline near the section title.
Value:
2public const PowerPointTitleAccentStyle SideRule #Draw a compact vertical accent rule beside the section title.
Value:
3public const PowerPointTitleAccentStyle KickerRule #Draw a small editorial kicker rule above the section title.
Value:
4