ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MsofbtDgg - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MsofbtDgg

    Represents MsofbtDgg in MsoDrawing.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray
    MsoBase
    MsofbtDgg
    Implements
    System.ICloneable
    IBiffStorage
    System.IDisposable
    Inherited Members
    MsoBase.m_usVersionAndInst
    MsoBase.FillRecord(Byte[], Int32)
    MsoBase.FillArray(Stream)
    MsoBase.FillArray(Stream, Int32, List<Int32>, List<List<BiffRecordRaw>>)
    MsoBase.Clone(MsoBase)
    MsoBase.Clone()
    MsoBase.UpdateNextMsoDrawingData()
    MsoBase.ParseStructure()
    MsoBase.ConvertFromInt32(Int32)
    MsoBase.WriteInt32(Stream, Int32)
    MsoBase.WriteUInt32(Stream, UInt32)
    MsoBase.WriteInt16(Stream, Int16)
    MsoBase.WriteUInt16(Stream, UInt16)
    MsoBase.ReadInt32(Stream)
    MsoBase.ReadUInt32(Stream)
    MsoBase.ReadInt16(Stream)
    MsoBase.ReadUInt16(Stream)
    MsoBase.Version
    MsoBase.Instance
    MsoBase.MsoRecordType
    MsoBase.DataGetter
    MsoBase.Parent
    MsoBase.MaximumRecordSize
    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 Description
    MsofbtDgg.ClusterID[]

    IdMax

    Declaration
    public uint IdMax { get; set; }
    Property Value
    Type Description
    System.UInt32

    NumberOfIdClus

    Declaration
    public uint NumberOfIdClus { get; }
    Property Value
    Type Description
    System.UInt32

    TotalDrawings

    Declaration
    public uint TotalDrawings { get; set; }
    Property Value
    Type Description
    System.UInt32

    TotalShapes

    Declaration
    public uint TotalShapes { get; set; }
    Property Value
    Type Description
    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
    MsoBase.ParseStructure(Stream)

    Implements

    System.ICloneable
    IBiffStorage
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved