Class MsofbtDgg
Represents MsofbtDgg in MsoDrawing.
Inheritance
System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    
    
    MsofbtDgg
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[MsoDrawing]
public class MsofbtDgg : MsoBase, ICloneable, IBiffStorage, IDisposable
  Constructors
MsofbtDgg(MsoBase)
Creates new object.
Declaration
public MsofbtDgg(MsoBase parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MsoBase | parent | Parent object.  | 
      
MsofbtDgg(MsoBase, Byte[], Int32)
Creates new object.
Declaration
public MsofbtDgg(MsoBase parent, byte[] data, int iOffset)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MsoBase | parent | Parent object.  | 
      
| System.Byte[] | data | Base data.  | 
      
| System.Int32 | iOffset | Offset index.  | 
      
Properties
ClusterIDs
Declaration
public MsofbtDgg.ClusterID[] ClusterIDs { get; }
  Property Value
| Type | 
|---|
| MsofbtDgg.ClusterID[] | 
IdMax
Declaration
public uint IdMax { get; set; }
  Property Value
| Type | 
|---|
| System.UInt32 | 
NumberOfIdClus
Declaration
public uint NumberOfIdClus { get; }
  Property Value
| Type | 
|---|
| System.UInt32 | 
TotalDrawings
Declaration
public uint TotalDrawings { get; set; }
  Property Value
| Type | 
|---|
| System.UInt32 | 
TotalShapes
Declaration
public uint TotalShapes { get; set; }
  Property Value
| Type | 
|---|
| System.UInt32 | 
Methods
AddCluster(UInt32, UInt32)
Adds cluster.
Declaration
public void AddCluster(uint uiGroupId, uint uiNumber)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.UInt32 | uiGroupId | Group id.  | 
      
| System.UInt32 | uiNumber | Number.  | 
      
ParseStructure(Stream)
Parse Structure of record. Convert Data buffer to special values according to record specification.
Declaration
public override void ParseStructure(Stream stream)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
Implements
      System.ICloneable
  
  
  
      System.IDisposable