API Reference

Class

LegacyXlsChartGelFrame

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

Describes OfficeArt fill-property metadata decoded from a legacy XLS chart GelFrame record.

Inheritance

  • Object
  • LegacyXlsChartGelFrame

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 IReadOnlyList<LegacyXlsDrawingOfficeArtRecord> OfficeArtRecords { get; } #

Gets nested OfficeArt record headers discovered in the GelFrame payload.

public IReadOnlyList<LegacyXlsDrawingShapeProperty> ShapeProperties { get; } #

Gets OfficeArtFOPT properties discovered in the GelFrame payload.

public Int32 OfficeArtRecordCount { get; } #

Gets the number of nested OfficeArt record headers discovered in the GelFrame payload.

public Int32 ShapePropertyCount { get; } #

Gets the number of OfficeArtFOPT properties discovered in the GelFrame payload.

public Boolean HasShapeProperties { get; } #

Gets whether the GelFrame payload exposed at least one OfficeArtFOPT property.