Class MsofbtOPT.FOPTE
Inheritance
System.Object
MsofbtOPT.FOPTE
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class FOPTE : ICloneable
Constructors
FOPTE()
Declaration
public FOPTE()
FOPTE(Byte[], ref Int32)
Declaration
public FOPTE(byte[] data, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data | |
System.Int32 | iOffset |
FOPTE(Stream)
Declaration
public FOPTE(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Properties
AdditionalData
Declaration
public byte[] AdditionalData { get; set; }
Property Value
Type |
---|
System.Byte[] |
Id
Property ID.
Declaration
public MsoOptions Id { get; set; }
Property Value
Type |
---|
MsoOptions |
Int32Value
Declaration
public int Int32Value { get; set; }
Property Value
Type |
---|
System.Int32 |
IsComplex
Complex property, value is length.
Declaration
public bool IsComplex { get; set; }
Property Value
Type |
---|
System.Boolean |
IsValid
Value is a blip ID � only valid if fComplex is FALSE.
Declaration
public bool IsValid { get; set; }
Property Value
Type |
---|
System.Boolean |
MainData
Declaration
public byte[] MainData { get; }
Property Value
Type |
---|
System.Byte[] |
Size
Declaration
public static int Size { get; }
Property Value
Type |
---|
System.Int32 |
UInt32Value
Declaration
public uint UInt32Value { get; set; }
Property Value
Type |
---|
System.UInt32 |
Methods
Clone()
Clone current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | Return Clone of current object. |
ReadComplexData(Byte[], ref Int32)
Declaration
public void ReadComplexData(byte[] m_data, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | m_data | |
System.Int32 | iOffset |
ReadComplexData(Stream)
Declaration
public void ReadComplexData(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Implements
System.ICloneable