API Reference

Enum

PowerPointSlideBackgroundKind

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

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.

Values

public const PowerPointSlideBackgroundKind None #

No explicit slide background fill is present.

Value: 0
public const PowerPointSlideBackgroundKind SolidColor #

The slide background uses a solid RGB color.

Value: 1
public const PowerPointSlideBackgroundKind Image #

The slide background uses an embedded image.

Value: 2
public const PowerPointSlideBackgroundKind LinearGradient #

The slide background uses a two-stop linear RGB gradient.

Value: 3
public const PowerPointSlideBackgroundKind Unsupported #

The slide background uses an Office fill that is not yet exposed as reusable data.

Value: 4