Class MsofbtBSE
Summary description for MsofbtBSE.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
MsofbtBSE
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[MsoDrawing]
public class MsofbtBSE : MsoBase, ICloneable, IBiffStorage, IDisposable
Constructors
MsofbtBSE(MsoBase)
Creates new instance.
Declaration
public MsofbtBSE(MsoBase parent)
Parameters
Type | Name | Description |
---|---|---|
MsoBase | parent | Parent object. |
MsofbtBSE(MsoBase, Byte[], Int32)
Creates new instance.
Declaration
public MsofbtBSE(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
BlipName
Declaration
public string BlipName { get; set; }
Property Value
Type |
---|
System.String |
BlipType
Declaration
public MsoBlipType BlipType { get; set; }
Property Value
Type |
---|
MsoBlipType |
BlipUsage
How this blip is used.
Declaration
public MsoBlipUsage BlipUsage { get; set; }
Property Value
Type |
---|
MsoBlipUsage |
FileOffset
File offset in the delay stream.
Declaration
public uint FileOffset { get; set; }
Property Value
Type |
---|
System.UInt32 |
Index
Gets / sets index of the bse in the collection.
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
NameLength
Length of the blip name.
Declaration
public byte NameLength { get; }
Property Value
Type |
---|
System.Byte |
NeedDataArray
Declaration
public override bool NeedDataArray { get; }
Property Value
Type |
---|
System.Boolean |
Overrides
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDataArray
PicturePath
Gets / sets path to the picture zip item. Used in Excel 2007 format.
Declaration
public string PicturePath { get; set; }
Property Value
Type |
---|
System.String |
PictureRecord
Declaration
public IPictureRecord PictureRecord { get; set; }
Property Value
Type |
---|
IPictureRecord |
RefCount
Reference count on the blip.
Declaration
public uint RefCount { get; set; }
Property Value
Type |
---|
System.UInt32 |
RequiredMac
Required type on Mac.
Declaration
public byte RequiredMac { get; set; }
Property Value
Type |
---|
System.Byte |
RequiredWin32
Required type on Win32.
Declaration
public byte RequiredWin32 { get; set; }
Property Value
Type |
---|
System.Byte |
SizeInStream
Blip size in stream.
Declaration
public uint SizeInStream { get; set; }
Property Value
Type |
---|
System.UInt32 |
Unused1
Declaration
public byte Unused1 { get; }
Property Value
Type |
---|
System.Byte |
Unused2
Declaration
public byte Unused2 { get; }
Property Value
Type |
---|
System.Byte |
Methods
Dispose()
Dispose
Declaration
public void Dispose()
OnDispose()
Dispose
Declaration
protected override void OnDispose()
Overrides
ParseStructure(Stream)
Declaration
public override void ParseStructure(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Overrides
Implements
System.ICloneable
System.IDisposable