API Reference

Class

LegacyXlsChartClientColorPalette

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a custom client color palette decoded from a legacy XLS chart ClrtClient record.

Inheritance

  • Object
  • LegacyXlsChartClientColorPalette

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

Accepted by parameters

Properties

public Int16 DeclaredColorCount { get; } #

Gets the color count declared by the record.

public IReadOnlyList<String> Colors { get; } #

Gets decoded LongRGB colors in record order.

public Int32 DecodedColorCount { get; } #

Gets the number of colors decoded from the available payload.

public Boolean HasCompleteColorList { get; } #

Gets whether the decoded color count matches the declared count.

public Boolean HasExpectedColorCount { get; } #

Gets whether the palette declares the expected three colors.

public String ForegroundColor { get; } #

Gets the foreground color, when present.

public String BackgroundColor { get; } #

Gets the background color, when present.

public String NeutralColor { get; } #

Gets the neutral color, when present.