Xamarin.iOS

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

    Show / Hide Table of Contents

    Class MsofbtSp

    Summary description for MsofbtSp.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray
    MsoBase
    MsofbtSp
    Implements
    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 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 Description
    System.Boolean

    IsChild

    Not a top-level shape.

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

    IsConnector

    Connector type of shape.

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

    IsDeleted

    The shape has been deleted.

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

    IsFlipH

    Shape is flipped horizontally.

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

    IsFlipV

    Shape is flipped vertically.

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

    IsGroup

    This shape is a group shape.

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

    IsHaveAnchor

    Shape has an anchor of some kind.

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

    IsHaveMaster

    Shape has a hspMaster property.

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

    IsHaveSpt

    Shape has a shape type property.

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

    IsOleShape

    The shape is an OLE object.

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

    IsPatriarch

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

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

    Options

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

    ShapeId

    Declaration
    public int ShapeId { get; set; }
    Property Value
    Type Description
    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 Description
    System.Int32
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)

    ParseStructure(Stream)

    Declaration
    public override void ParseStructure(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream
    Overrides
    MsoBase.ParseStructure(Stream)

    Implements

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