API Reference

Enum

LegacyPptBackgroundKind

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

Identifies the OfficeArt fill used by a binary slide or master background.

Inheritance

  • Enum
  • LegacyPptBackgroundKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyPptBackgroundKind None #

The background shape explicitly disables its fill.

Value: 0
public const LegacyPptBackgroundKind Solid #

A solid color.

Value: 1
public const LegacyPptBackgroundKind Pattern #

A foreground/background pattern.

Value: 2
public const LegacyPptBackgroundKind Texture #

A tiled texture image.

Value: 3
public const LegacyPptBackgroundKind Picture #

A stretched picture.

Value: 4
public const LegacyPptBackgroundKind LinearGradient #

A linear gradient.

Value: 5
public const LegacyPptBackgroundKind CenterGradient #

A centered path gradient.

Value: 6
public const LegacyPptBackgroundKind ShapeGradient #

A gradient following the shape geometry.

Value: 7
public const LegacyPptBackgroundKind ScaleGradient #

A scaled gradient.

Value: 8
public const LegacyPptBackgroundKind TitleGradient #

A title-area gradient.

Value: 9
public const LegacyPptBackgroundKind Inherited #

The OfficeArt background-fill default.

Value: 10
public const LegacyPptBackgroundKind Unsupported #

An undefined fill type retained by its raw value.

Value: 11