Class MsofbtSp
Summary description for MsofbtSp.
Inheritance
System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    
    
    MsofbtSp
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[MsoDrawing]
public class MsofbtSp : MsoBase, ICloneable, IBiffStorage, IDisposableConstructors
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
ParseStructure(Stream)
Declaration
public override void ParseStructure(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
Implements
      System.ICloneable
  
  
  
      System.IDisposable