com.aspose.slides
Class OleObjectType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.OleObjectType

public final class OleObjectType
extends com.aspose.ms.System.Enum

Represents the type of OLE Objects.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int Imager
          
static int MediaPlayer
          
static int MicrosoftClipartGallery
          
static int MicrosoftEquationEditor
          
static int MicrosoftExcel
          
static int MicrosoftExcelChart
          
static int MicrosoftGraph
          
static int MicrosoftNoteItOle
          
static int MicrosoftOrganizationChart
          
static int MicrosoftProject
          
static int MicrosoftWordart
          
static int MicrosoftWordTable
          
static int PowerPointPresentation
          
static int PowerPointSlide
          
static int Sound
          
static int Unknown
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Unknown

public static final int Unknown


See Also:
Constant Field Values

MicrosoftClipartGallery

public static final int MicrosoftClipartGallery


See Also:
Constant Field Values

MicrosoftWordTable

public static final int MicrosoftWordTable


See Also:
Constant Field Values

MicrosoftExcel

public static final int MicrosoftExcel


See Also:
Constant Field Values

MicrosoftGraph

public static final int MicrosoftGraph


See Also:
Constant Field Values

MicrosoftOrganizationChart

public static final int MicrosoftOrganizationChart


See Also:
Constant Field Values

MicrosoftEquationEditor

public static final int MicrosoftEquationEditor


See Also:
Constant Field Values

MicrosoftWordart

public static final int MicrosoftWordart


See Also:
Constant Field Values

Sound

public static final int Sound


See Also:
Constant Field Values

Imager

public static final int Imager


See Also:
Constant Field Values

PowerPointPresentation

public static final int PowerPointPresentation


See Also:
Constant Field Values

PowerPointSlide

public static final int PowerPointSlide


See Also:
Constant Field Values

MicrosoftProject

public static final int MicrosoftProject


See Also:
Constant Field Values

MicrosoftNoteItOle

public static final int MicrosoftNoteItOle


See Also:
Constant Field Values

MicrosoftExcelChart

public static final int MicrosoftExcelChart


See Also:
Constant Field Values

MediaPlayer

public static final int MediaPlayer


See Also:
Constant Field Values