API Reference
Class
LegacyXlsDrawingGroupBlock
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
- Constructor LegacyXlsDrawingRecord.LegacyXlsDrawingRecord
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
- declaredIdentifierClusterCount System.UInt32
- savedShapeCount System.UInt32
- savedDrawingCount System.UInt32
- identifierClusters System.Collections.Generic.IReadOnlyList{OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDrawingIdentifierCluster} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.