Skip to main content
All docs
V25.1
  • Row

    OleObjectType Members

    Lists OLE object content types.

    Properties

    Name Description
    AdobeAcrobatDocument static Returns the OLE object content type that corresponds to “Acrobat.Document.DC”
    AdobeAcrobatPdfXmlDocument static Returns the OLE object content type that corresponds to “Acrobat.pdfxml.1”
    AdobeAcrobatSecuritySettingsDocument static Returns the OLE object content type that corresponds to “Acrobat.acrobatsecuritysettings.1”
    Excel97_2003Worksheet static Returns the OLE object content type that corresponds to “Word.Document.8”
    ExcelBinaryWorksheet static Returns the OLE object content type that corresponds to “Binary Worksheet”
    ExcelMacroEnabledWorksheet static Returns the OLE object content type that corresponds to “Macro-Enabled Worksheet”
    ExcelWorksheet static Returns the OLE object content type that corresponds to “Worksheet”
    MicrosoftGraphChart static Returns the OLE object content type that corresponds to “MSGraph.Chart.8”
    OleObjectTypeId Returns the OLE object type ID.
    OpenDocumentPresentation static Returns the OLE object content type that corresponds to “PowerPoint.OpenDocumentPresentation.12”
    OpenDocumentText static Returns the OLE object content type that corresponds to “Word.OpenDocumentText.12”
    OrgChartAddIn static Returns the OLE object content type that corresponds to “OrgPlusWOPX.4”
    Package static Returns the OLE object content type that corresponds to “Package”
    Package2 static Returns the OLE object content type that corresponds to “Package2”
    PackagerShellObject static
    PaintPicture static Returns the OLE object content type that corresponds to “Paint.Picture”
    PowerPoint97_2003Presentation static Returns the OLE object content type that corresponds to “PowerPoint.Show.8”
    PowerPoint97_2003Slide static Returns the OLE object content type that corresponds to “PowerPoint.Slide.8”
    PowerPointMacroEnabledPresentation static Returns the OLE object content type that corresponds to “PowerPoint.ShowMacroEnabled.12”
    PowerPointMacroEnabledSlide static Returns the OLE object content type that corresponds to “PowerPoint.SlideMacroEnabled.12”
    PowerPointPresentation static Returns the OLE object content type that corresponds to “PowerPoint.Show.12”
    PowerPointSlide static Returns the OLE object content type that corresponds to “PowerPoint.Slide.12”
    Undefined static The object content type is undefined.
    Word97_2003Document static Returns the OLE object content type that corresponds to “Word.Document.8”
    WordDocument static Returns the OLE object content type that corresponds to “Word.Document.12”
    WordMacroEnabledDocument static Returns the OLE object content type that corresponds to “Word.DocumentMacroEnabled.12”
    WpsEquation3 static Returns the OLE object content type that corresponds to “Equation.KSEE3”

    Methods

    Name Description
    Equals(OleObjectType) Determines whether the specified object is equal to the current OleObjectType object.
    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 OleObjectType object.
    FromCustomOleObjectTypeId(String) static Creates a custom OLE object content type with a custom ID.
    GetHashCode() Returns a number that identifies the object instance.
    GetType() Gets the Type of the current instance. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.

    Operators

    Name Description
    Equality(OleObjectType, String) static Compares two OleObjectType structures for equality.
    Equality(String, OleObjectType) static Compares two OleObjectType structures for equality.
    Implicit(OleObjectType to String) static Implicitly converts a OleObjectType value to the corresponding type ID.
    Implicit(String to OleObjectType) static Implicitly converts an OLE object type’s string ID to an OleObjectType instance.
    Inequality(OleObjectType, String) static Compares an OleObjectType and an OLE object type’s string ID value to determine whether they are not equal.
    Inequality(String, OleObjectType) static Compares an OleObjectType and an OLE object type’s string ID value to determine whether they are not equal.
    See Also