API Reference
Class
LegacyXlsChartGelFrame
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
- Property LegacyXlsChartRecord.GelFrame
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.