OleObjectType Enumeration
|
defines the types of OLE object
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum OleObjectType
Public Enumeration OleObjectType
public enum class OleObjectType
Members
|
Member name
|
Value
|
Description
|
|
Undefined
|
0
|
Type is not defined
|
|
AdobeAcrobatDocument
|
1
|
Adobe Acrobat Document. File has ".pdf" extension.
|
|
BitmapImage
|
2
|
Bitmap Image. File has ".png" extension.
|
|
MediaClip
|
3
|
Media Clip
|
|
Equation
|
4
|
Equation
|
|
GraphChart
|
5
|
Graph Chart
|
|
Excel_97_2003_Worksheet
|
6
|
Excel 97-2003 Worksheet. File has ".xls" extension
|
|
ExcelBinaryWorksheet
|
7
|
Excel Binary Worksheet. File has ".xlsb" extension
|
|
ExcelChart
|
8
|
Excel chart. File has ".xls" extension
|
|
ExcelMacroWorksheet
|
9
|
Excel Macro-Enabled Worksheet. File has ".xlsm" extension.
|
|
ExcelWorksheet
|
10
|
Excel Worksheet. File has ".xlsx" extension.
|
|
PowerPoint_97_2003_Presentation
|
11
|
PowerPoint 97-2003 Presentation. File has ".ppt" extension.
|
|
PowerPoint_97_2003_Slide
|
12
|
PowerPoint 97-2003 Slide. File has ".sld" extension.
|
|
PowerPointMacroPresentation
|
13
|
PowerPoint Macro-Enabled Presentation. File has ".pptm" extension.
|
|
PowerPointMacroSlide
|
14
|
PowerPoint Macro-Enabled Slide. File has ".sldm" extension.
|
|
PowerPointPresentation
|
15
|
PowerPoint Presentation. File has ".pptx" extension.
|
|
PowerPointSlide
|
16
|
PowerPoint Slide. File has ".sldx" extension.
|
|
Word_97_2003_Document
|
17
|
Word 97-2003 Document. File has ".doc" extension.
|
|
WordDocument
|
18
|
Word Document. File has ".docx" extension.
|
|
WordMacroDocument
|
19
|
Word Macro-Enabled Document. File has ".docm" extension.
|
|
VisioDrawing
|
20
|
Visio Deawing
|
|
MIDISequence
|
21
|
MIDI Sequence
|
|
OpenDocumentPresentation
|
22
|
OpenDocument Presentation
|
|
OpenDocumentSpreadsheet
|
23
|
OpenDocument Spreadsheet
|
|
OpenDocumentText
|
24
|
OpenDocument Text
|
|
OpenOfficeSpreadsheet1_1
|
25
|
OpenOffice.org 1.1 Spreadsheet
|
|
OpenOfficeText_1_1
|
26
|
OpenOffice.org 1.1 Text
|
|
Package
|
27
|
Package
|
|
VideoClip
|
28
|
Video Clip
|
|
WaveSound
|
29
|
Wave Sound
|
|
WordPadDocument
|
30
|
WordPad Document
|
|
OpenOfficeSpreadsheet
|
31
|
OpenOffice spreadsheet
|
|
OpenOfficeText
|
32
|
OpenOffice Text
|
|
VisioDrawing_2013
|
33
|
Visio Deawing for visio 2013.
|
|
WordPicture
|
34
|
word picture
|
|
MathType
|
35
|
Equation DSMT4
|
|
WordTemplate
|
36
|
Word.Template.12
|
|
WordMacroTemplate
|
37
|
Microsoft Word Macro-Enabled Template
|
See Also