Class MsofbtChildAnchor
Summary description for MsofbtSpgr.
Inheritance
System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    
    
    MsofbtChildAnchor
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[MsoDrawing]
public class MsofbtChildAnchor : MsoBase, ICloneable, IBiffStorage, IDisposable
  Constructors
MsofbtChildAnchor(MsoBase)
Creates new instance.
Declaration
public MsofbtChildAnchor(MsoBase parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MsoBase | parent | Parent object.  | 
      
MsofbtChildAnchor(MsoBase, Byte[], Int32)
Creates new instance.
Declaration
public MsofbtChildAnchor(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
Bottom
Declaration
public int Bottom { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Left
Declaration
public int Left { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Right
Declaration
public int Right { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Top
Declaration
public int Top { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Methods
ParseStructure(Stream)
Declaration
public override void ParseStructure(Stream stream)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
Implements
      System.ICloneable
  
  
  
      System.IDisposable