Class MsofbtOPT
Summary description for MsofbtOPT.
Inheritance
System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    
    
    MsofbtOPT
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[MsoDrawing]
public class MsofbtOPT : MsoBase, IBiffStorage, IDisposable, ICloneable, IFopteOptionWrapperConstructors
MsofbtOPT(MsoBase)
Creates new object.
Declaration
public MsofbtOPT(MsoBase parent)Parameters
| Type | Name | Description | 
|---|---|---|
| MsoBase | parent | Parent object. | 
MsofbtOPT(MsoBase, Byte[], Int32)
Creates new object.
Declaration
public MsofbtOPT(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
Item[Int32]
Returns singe option from the collection. Read-only.
Declaration
public MsofbtOPT.FOPTE this[int index] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | 
Property Value
| Type | 
|---|
| MsofbtOPT.FOPTE | 
Properties
Array with shape properties. Read-only.
Declaration
public MsofbtOPT.FOPTE[] Properties { get; }Property Value
| Type | 
|---|
| MsofbtOPT.FOPTE[] | 
PropertyList
Gets property list with all properties.
Declaration
public IList<MsofbtOPT.FOPTE> PropertyList { get; }Property Value
| Type | 
|---|
| System.Collections.Generic.IList<MsofbtOPT.FOPTE> | 
Methods
AddOptions(MsofbtOPT.FOPTE)
Declaration
public void AddOptions(MsofbtOPT.FOPTE option)Parameters
| Type | Name | Description | 
|---|---|---|
| MsofbtOPT.FOPTE | option | 
AddOptions(ICollection)
Declaration
public void AddOptions(ICollection options)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.ICollection | options | 
AddOptionsOrReplace(MsofbtOPT.FOPTE)
Declaration
public void AddOptionsOrReplace(MsofbtOPT.FOPTE option)Parameters
| Type | Name | Description | 
|---|---|---|
| MsofbtOPT.FOPTE | option | Option to set | 
AddOptionSorted(MsofbtOPT.FOPTE)
Replaces option with specified value.
Declaration
public void AddOptionSorted(MsofbtOPT.FOPTE option)Parameters
| Type | Name | Description | 
|---|---|---|
| MsofbtOPT.FOPTE | option | Option to set. | 
Clone()
Clone current instance.
Declaration
public override object Clone()Returns
| Type | Description | 
|---|---|
| System.Object | Returns cloned instance. | 
Overrides
IndexOf(MsoOptions)
Returns index of option index.
Declaration
public int IndexOf(MsoOptions optionId)Parameters
| Type | Name | Description | 
|---|---|---|
| MsoOptions | optionId | 
Returns
| Type | 
|---|
| System.Int32 | 
ParseStructure(Stream)
Declaration
public override void ParseStructure(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
RemoveOption(Int32)
Removes some option by index.
Declaration
public void RemoveOption(int index)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | Index of option to remove. | 
Implements
      System.IDisposable
  
  
      System.ICloneable