Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

OleObjectType Members

Contains strings used to specify content types for OLE objects.

Fields

Name Description
AdobeAcrobatDocument Adobe Acrobat Document.
BitmapImage Bitmap Image.
Excel97_2003Worksheet Microsoft Excel 97-2003 Worksheet.
ExcelBinaryWorksheet Microsoft Excel Binary Worksheet.
ExcelChart Microsoft Excel Chart.
ExcelMacroEnabledWorksheet Microsoft Excel Macro-Enabled Worksheet.
ExcelWorksheet Microsoft Excel Worksheet.
MathTypeEquation MathType Equation.
MicrosoftEquation Microsoft Equation 3.0.
MicrosoftGraphChart Microsoft Graph Chart.
MicrosoftPhotoEditor Microsoft Photo Editor 3.0 Picture.
MicrosoftProjectDocument Microsoft Project Document.
OpenDocumentPresentation OpenDocument Presentation.
OpenDocumentSpreadsheet OpenDocument Spreadsheet.
OpenDocumentText OpenDocument Text.
OrgChartAddIn Organization Chart Add-in for Microsoft Office Programs.
Package Package.
PowerPoint97_2003Presentation Microsoft PowerPoint 97-2003 Presentation.
PowerPoint97_2003Slide Microsoft PowerPoint 97-2003 Slide.
PowerPointMacroEnabledPresentation Microsoft PowerPoint Macro-Enabled Presentation.
PowerPointMacroEnabledSlide Microsoft PowerPoint Macro-Enabled Slide.
PowerPointPresentation Microsoft PowerPoint Presentation.
PowerPointSlide Microsoft PowerPoint Slide.
Visio2003_2010Drawing Microsoft Visio 2003-2010 Drawing.
VisioDrawing Microsoft Visio Drawing.
VisioMacroEnabledDrawing Microsoft Visio Macro-Enabled Drawing.
Word97_2003Document Microsoft Word 97-2003 Document.
WordDocument Microsoft Word Document.
WordMacroEnabledDocument Microsoft Word Macro-Enabled Document.
WordPadDocument WordPad Document.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also