Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MsofbtOPT.FOPTE

    Show / Hide Table of Contents

    Class MsofbtOPT.FOPTE

    Inheritance
    System.Object
    MsofbtOPT.FOPTE
    Implements
    ICloneable
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class FOPTE : Object, 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 Description
    System.Byte[]

    Id

    Property ID.

    Declaration
    public MsoOptions Id { get; set; }
    Property Value
    Type Description
    MsoOptions

    Int32Value

    Declaration
    public int Int32Value { get; set; }
    Property Value
    Type Description
    System.Int32

    IsComplex

    Complex property, value is length.

    Declaration
    public bool IsComplex { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsValid

    Value is a blip ID � only valid if fComplex is FALSE.

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    System.Boolean

    MainData

    Declaration
    public byte[] MainData { get; }
    Property Value
    Type Description
    System.Byte[]

    Size

    Declaration
    public static int Size { get; }
    Property Value
    Type Description
    System.Int32

    UInt32Value

    Declaration
    public uint UInt32Value { get; set; }
    Property Value
    Type Description
    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

    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved