menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MsofbtSp - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MsofbtSp

    Summary description for MsofbtSp.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    BiffRecordRawWithArray
    MsoBase
    MsofbtSp
    Implements
    System.ICloneable
    IBiffStorage
    System.IDisposable
    Inherited Members
    BiffRecordRawWithArray.AutoExtractFields()
    BiffRecordRawWithArray.AutoGrowData
    BiffRecordRawWithArray.AutoInfillFromFields()
    BiffRecordRawWithArray.CheckOffsetAndLength(Int32, Int32)
    BiffRecordRawWithArray.ClearData()
    BiffRecordRawWithArray.CopyTo(BiffRecordRaw)
    BiffRecordRawWithArray.Data
    BiffRecordRawWithArray.Dispose()
    BiffRecordRawWithArray.EnlargeDataStorageIfNeeded(Int32, Int32)
    BiffRecordRawWithArray.FillStream(BinaryWriter, DataProvider, IEncryptor, Int32)
    BiffRecordRawWithArray.FillStream(BinaryWriter, IEncryptor, Int32)
    BiffRecordRawWithArray.Finalize()
    BiffRecordRawWithArray.GetAddr(Int32)
    BiffRecordRawWithArray.GetAddrAsRectangle(Int32)
    BiffRecordRawWithArray.GetBit(Int32, Int32)
    BiffRecordRawWithArray.GetByte(Int32)
    BiffRecordRawWithArray.GetBytes(Int32, Int32)
    BiffRecordRawWithArray.GetDouble(Int32)
    BiffRecordRawWithArray.GetFloat(Int32)
    BiffRecordRawWithArray.GetInt16(Int32)
    BiffRecordRawWithArray.GetInt32(Int32)
    BiffRecordRawWithArray.GetInt64(Int32)
    BiffRecordRawWithArray.GetString(Int32, Int32)
    BiffRecordRawWithArray.GetString(Int32, Int32, Int32)
    BiffRecordRawWithArray.GetString(Int32, Int32, Int32, Boolean)
    BiffRecordRawWithArray.GetString16BitUpdateOffset(Int32)
    BiffRecordRawWithArray.GetString16BitUpdateOffset(Int32, Boolean)
    BiffRecordRawWithArray.GetStringByteLen(Int32)
    BiffRecordRawWithArray.GetStringByteLen(Int32, Int32)
    BiffRecordRawWithArray.GetStringUpdateOffset(Int32, Int32)
    BiffRecordRawWithArray.GetUInt16(Int32)
    BiffRecordRawWithArray.GetUInt32(Int32)
    BiffRecordRawWithArray.GetUInt64(Int32)
    BiffRecordRawWithArray.GetUnkTypeString(Int32, IList<Int32>, Int32, Int32, Int32, Byte[], Byte[])
    BiffRecordRawWithArray.GetValueByAttributeType(BiffRecordPosAttribute)
    BiffRecordRawWithArray.IsAsciiString(String)
    BiffRecordRawWithArray.IsEqual(BiffRecordRaw)
    BiffRecordRawWithArray.m_data
    BiffRecordRawWithArray.OnDispose()
    BiffRecordRawWithArray.ParseStructure(DataProvider, Int32, Int32, ExcelVersion)
    BiffRecordRawWithArray.Reserve(Int32)
    BiffRecordRawWithArray.SetAddr(Int32, Rectangle)
    BiffRecordRawWithArray.SetAddr(Int32, TAddr)
    BiffRecordRawWithArray.SetBit(Int32, Boolean, Int32)
    BiffRecordRawWithArray.SetByte(Int32, Byte)
    BiffRecordRawWithArray.SetByte(Int32, Byte, Int32)
    BiffRecordRawWithArray.SetBytes(Int32, Byte[])
    BiffRecordRawWithArray.SetBytes(Int32, Byte[], Int32, Int32)
    BiffRecordRawWithArray.SetDouble(Int32, Double)
    BiffRecordRawWithArray.SetFloat(Int32, Single)
    BiffRecordRawWithArray.SetInt16(Int32, Int16)
    BiffRecordRawWithArray.SetInt32(Int32, Int32)
    BiffRecordRawWithArray.SetInt64(Int32, Int64)
    BiffRecordRawWithArray.SetString16BitLen(Int32, String)
    BiffRecordRawWithArray.SetString16BitLen(Int32, String, Boolean, Boolean)
    BiffRecordRawWithArray.SetString16BitUpdateOffset(Int32, String)
    BiffRecordRawWithArray.SetString16BitUpdateOffset(Int32, String, Boolean)
    BiffRecordRawWithArray.SetStringByteLen(Int32, String)
    BiffRecordRawWithArray.SetStringNoLen(Int32, String)
    BiffRecordRawWithArray.SetStringNoLen(Int32, String, Boolean, Boolean)
    BiffRecordRawWithArray.SetStringNoLenDetectEncoding(Int32, String)
    BiffRecordRawWithArray.SetStringNoLenUpdateOffset(Int32, String, Boolean)
    BiffRecordRawWithArray.SetUInt16(Int32, UInt16)
    BiffRecordRawWithArray.SetUInt32(Int32, UInt32)
    BiffRecordRawWithArray.SetUInt64(Int32, UInt64)
    BiffRecordRawWithArray.SetValueByAttributeType(BiffRecordPosAttribute, Object)
    MsoBase.Clone()
    MsoBase.Clone(MsoBase)
    MsoBase.ConvertFromInt32(Int32)
    MsoBase.DataGetter
    MsoBase.FillArray(Stream)
    MsoBase.FillArray(Stream, Int32, List<Int32>, List<List<BiffRecordRaw>>)
    MsoBase.FillRecord(Byte[], Int32)
    MsoBase.Instance
    MsoBase.m_usVersionAndInst
    MsoBase.MaximumRecordSize
    MsoBase.MsoRecordType
    MsoBase.Parent
    MsoBase.ParseStructure()
    MsoBase.ReadInt16(Stream)
    MsoBase.ReadInt32(Stream)
    MsoBase.ReadUInt16(Stream)
    MsoBase.ReadUInt32(Stream)
    MsoBase.UpdateNextMsoDrawingData()
    MsoBase.Version
    MsoBase.WriteInt16(Stream, Int16)
    MsoBase.WriteInt32(Stream, Int32)
    MsoBase.WriteUInt16(Stream, UInt16)
    MsoBase.WriteUInt32(Stream, UInt32)
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    [MsoDrawing]
    public class MsofbtSp : MsoBase, ICloneable, IBiffStorage, IDisposable

    Constructors

    MsofbtSp(MsoBase)

    Creates new object.

    Declaration
    public MsofbtSp(MsoBase parent)
    Parameters
    Type Name Description
    MsoBase parent

    Parent object.

    MsofbtSp(MsoBase, Byte[], Int32)

    Creates new object.

    Declaration
    public MsofbtSp(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

    IsBackground

    Background shape.

    Declaration
    public bool IsBackground { get; set; }
    Property Value
    Type
    System.Boolean

    IsChild

    Not a top-level shape.

    Declaration
    public bool IsChild { get; set; }
    Property Value
    Type
    System.Boolean

    IsConnector

    Connector type of shape.

    Declaration
    public bool IsConnector { get; set; }
    Property Value
    Type
    System.Boolean

    IsDeleted

    The shape has been deleted.

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type
    System.Boolean

    IsFlipH

    Shape is flipped horizontally.

    Declaration
    public bool IsFlipH { get; set; }
    Property Value
    Type
    System.Boolean

    IsFlipV

    Shape is flipped vertically.

    Declaration
    public bool IsFlipV { get; set; }
    Property Value
    Type
    System.Boolean

    IsGroup

    This shape is a group shape.

    Declaration
    public bool IsGroup { get; set; }
    Property Value
    Type
    System.Boolean

    IsHaveAnchor

    Shape has an anchor of some kind.

    Declaration
    public bool IsHaveAnchor { get; set; }
    Property Value
    Type
    System.Boolean

    IsHaveMaster

    Shape has a hspMaster property.

    Declaration
    public bool IsHaveMaster { get; set; }
    Property Value
    Type
    System.Boolean

    IsHaveSpt

    Shape has a shape type property.

    Declaration
    public bool IsHaveSpt { get; set; }
    Property Value
    Type
    System.Boolean

    IsOleShape

    The shape is an OLE object.

    Declaration
    public bool IsOleShape { get; set; }
    Property Value
    Type
    System.Boolean

    IsPatriarch

    This is the topmost group shape. Exactly one of these per drawing.

    Declaration
    public bool IsPatriarch { get; set; }
    Property Value
    Type
    System.Boolean

    Options

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

    ShapeId

    Declaration
    public int ShapeId { get; set; }
    Property Value
    Type
    System.Int32

    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
    BiffRecordRawWithArray.GetStoreSize(ExcelVersion)

    ParseStructure(Stream)

    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 - 2025 Syncfusion Inc. All Rights Reserved