API Reference

Class

LegacyXlsDrawingGroupBlock

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

Describes document-wide OfficeArtFDGGBlock drawing metadata discovered in an XLS drawing group.

Inheritance

  • Object
  • LegacyXlsDrawingGroupBlock

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

Constructors

public LegacyXlsDrawingGroupBlock(UInt32 maxShapeId, UInt32 declaredIdentifierClusterCount, UInt32 savedShapeCount, UInt32 savedDrawingCount, IReadOnlyList<LegacyXlsDrawingIdentifierCluster> identifierClusters = null) #

Creates preserve-only metadata for an OfficeArtFDGGBlock record.

Parameters

maxShapeId System.UInt32 requiredposition: 0
declaredIdentifierClusterCount System.UInt32 requiredposition: 1
savedShapeCount System.UInt32 requiredposition: 2
savedDrawingCount System.UInt32 requiredposition: 3
identifierClusters System.Collections.Generic.IReadOnlyList{OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDrawingIdentifierCluster} = null optionalposition: 4

Properties

public UInt32 MaxShapeId { get; } #

Gets the current maximum shape identifier used in any drawing.

public UInt32 DeclaredIdentifierClusterCount { get; } #

Gets the saved OfficeArtIDCL cluster count plus one, as stored by OfficeArtFDGG.

public UInt32 SavedShapeCount { get; } #

Gets the total number of saved shapes across drawings.

public UInt32 SavedDrawingCount { get; } #

Gets the total number of saved drawings in the file.

public IReadOnlyList<LegacyXlsDrawingIdentifierCluster> IdentifierClusters { get; } #

Gets identifier clusters decoded after the OfficeArtFDGG header.