Search Results for

    Show / Hide Table of Contents

    Interface IAddInHostExtension

    Office Add-In host extension interface.

    Namespace: Quark.CMSAdapters.Core.Office.Interfaces
    Assembly: Quark.CMSAdapters.Core.Office.dll
    Syntax
    public interface IAddInHostExtension

    Properties

    AutomationService

    Gets the automation service object exposed for other solutions.

    Declaration
    object AutomationService { get; }
    Property Value
    Type Description
    System.Object

    The automation service object exposed for other solutions.

    Ribbon

    Gets the ribbon.

    Declaration
    Ribbon Ribbon { get; }
    Property Value
    Type Description
    Ribbon

    The ribbon.

    Methods

    Initialize()

    Initializes this instance.

    Declaration
    void Initialize()

    Extension Methods

    UtilityExtensions.ToXml(Object, String)
    In This Article
    Back to top © 2025 Quark Software Inc. All rights reserved.