defines the types of OLE object

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum OleObjectType
Public Enumeration OleObjectType
public enum class OleObjectType
type OleObjectType

Members

MemberValueDescription
Undefined0
Type is not defined
AdobeAcrobatDocument1
Adobe Acrobat Document. File has ".pdf" extension.
BitmapImage2
Bitmap Image. File has ".png" extension.
MediaClip3
Media Clip
Equation4
Equation
GraphChart5
Graph Chart
Excel_97_2003_Worksheet6
Excel 97-2003 Worksheet. File has ".xls" extension
ExcelBinaryWorksheet7
Excel Binary Worksheet. File has ".xlsb" extension
ExcelChart8
Excel chart. File has ".xls" extension
ExcelMacroWorksheet9
Excel Macro-Enabled Worksheet. File has ".xlsm" extension.
ExcelWorksheet10
Excel Worksheet. File has ".xlsx" extension.
PowerPoint_97_2003_Presentation11
PowerPoint 97-2003 Presentation. File has ".ppt" extension.
PowerPoint_97_2003_Slide12
PowerPoint 97-2003 Slide. File has ".sld" extension.
PowerPointMacroPresentation13
PowerPoint Macro-Enabled Presentation. File has ".pptm" extension.
PowerPointMacroSlide14
PowerPoint Macro-Enabled Slide. File has ".sldm" extension.
PowerPointPresentation15
PowerPoint Presentation. File has ".pptx" extension.
PowerPointSlide16
PowerPoint Slide. File has ".sldx" extension.
Word_97_2003_Document17
Word 97-2003 Document. File has ".doc" extension.
WordDocument18
Word Document. File has ".docx" extension.
WordMacroDocument19
Word Macro-Enabled Document. File has ".docm" extension.
VisioDrawing20
Visio Deawing
MIDISequence21
MIDI Sequence
OpenDocumentPresentation22
OpenDocument Presentation
OpenDocumentSpreadsheet23
OpenDocument Spreadsheet
OpenDocumentText24
OpenDocument Text
OpenOfficeSpreadsheet1_125
OpenOffice.org 1.1 Spreadsheet
OpenOfficeText_1_126
OpenOffice.org 1.1 Text
Package27
Package
VideoClip28
Video Clip
WaveSound29
Wave Sound
WordPadDocument30
WordPad Document
OpenOfficeSpreadsheet31
OpenOffice spreadsheet
OpenOfficeText32
OpenOffice Text
VisioDrawing_201333
Visio Deawing for visio 2013.
WordPicture34
word picture
MathType35
Equation DSMT4

See Also