API Reference

Enum

LegacyPptOleColorFollow

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

Specifies how an embedded object follows the presentation colors.

Inheritance

  • Enum
  • LegacyPptOleColorFollow

Usage

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

Values

public const LegacyPptOleColorFollow None #

The object does not follow the color scheme.

Value: 0
public const LegacyPptOleColorFollow Scheme #

The object follows the full color scheme.

Value: 1
public const LegacyPptOleColorFollow TextAndBackground #

The object follows text and background colors.

Value: 2