API Reference

Class

LegacyPptColorScheme

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents the eight-color scheme stored by PowerPoint 97-2003.

Inheritance

  • Object
  • LegacyPptColorScheme

Usage

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

Methods

public Boolean TryGetColor(Byte index, out String color) #
Returns: Boolean

Tries to get a color by its zero-based binary PowerPoint scheme index.

Parameters

index System.Byte requiredposition: 0
color System.String@ requiredposition: 1

Properties

public String Background { get; } #

Gets the background color as RRGGBB.

public String Text { get; } #

Gets the text color as RRGGBB.

public String Shadow { get; } #

Gets the shadow color as RRGGBB.

public String TitleText { get; } #

Gets the title-text color as RRGGBB.

public String Fill { get; } #

Gets the default fill color as RRGGBB.

public String Accent1 { get; } #

Gets accent color 1 as RRGGBB.

public String Accent2 { get; } #

Gets accent color 2 as RRGGBB.

public String Accent3 { get; } #

Gets accent color 3 as RRGGBB.