Class MsofbtDg
Summary description for MsofbtDg.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
MsofbtDg
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[MsoDrawing]
public class MsofbtDg : MsoBase, ICloneable, IBiffStorage, IDisposable
Constructors
MsofbtDg(MsoBase)
Creates new object.
Declaration
public MsofbtDg(MsoBase parent)
Parameters
Type | Name | Description |
---|---|---|
MsoBase | parent | Parent object. |
MsofbtDg(MsoBase, Byte[], Int32)
Creates new object.
Declaration
public MsofbtDg(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
LastId
The last MSOSPID given to an SP in this Drawing Group.
Declaration
public int LastId { get; set; }
Property Value
Type |
---|
System.Int32 |
ShapesNumber
The number of shapes in this drawing.
Declaration
public uint ShapesNumber { get; set; }
Property Value
Type |
---|
System.UInt32 |
Methods
GetStoreSize(ExcelVersion)
Size of the required storage space. Read-only.
Declaration
public override int GetStoreSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
Overrides
ParseStructure(Stream)
Declaration
public override void ParseStructure(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Overrides
Implements
System.ICloneable
System.IDisposable