API Reference
Enum
PowerPointSlideBackgroundKind
Describes the kind of background fill currently assigned to a PowerPoint slide.
Inheritance
- Enum
- PowerPointSlideBackgroundKind
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
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 PowerPointSlideBackgroundKind None #No explicit slide background fill is present.
Value:
0public const PowerPointSlideBackgroundKind SolidColor #The slide background uses a solid RGB color.
Value:
1public const PowerPointSlideBackgroundKind Image #The slide background uses an embedded image.
Value:
2public const PowerPointSlideBackgroundKind LinearGradient #The slide background uses a two-stop linear RGB gradient.
Value:
3public const PowerPointSlideBackgroundKind Unsupported #The slide background uses an Office fill that is not yet exposed as reusable data.
Value:
4