Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface OleFileType


public interface OleFileType

Ole object file type.


Field Summary
static byte AVI
          Represents the Audio/Video Interleaved file
static byte DOC
          Represents the Ms word document.
static byte MSEQUATION
          Represents the MS Equation 3.0 object.
static byte PDF
          Represents the Acrobat Document.
static byte PPT
          Represents the Power Point.
static byte UNKNOWN
          Represets unkown type file.
static byte XLS
          Represets the Ms Excel file.
 

Field Detail

UNKNOWN

static final byte UNKNOWN
Represets unkown type file.

See Also:
Constant Field Values

XLS

static final byte XLS
Represets the Ms Excel file.

See Also:
Constant Field Values

DOC

static final byte DOC
Represents the Ms word document.

See Also:
Constant Field Values

PPT

static final byte PPT
Represents the Power Point.

See Also:
Constant Field Values

PDF

static final byte PDF
Represents the Acrobat Document.

See Also:
Constant Field Values

AVI

static final byte AVI
Represents the Audio/Video Interleaved file

See Also:
Constant Field Values

MSEQUATION

static final byte MSEQUATION
Represents the MS Equation 3.0 object.

See Also:
Constant Field Values