Search Results for

    Show / Hide Table of Contents

    Class UIManager

    UIManager for managing addin resources.

    Inheritance
    System.Object
    UIManager
    Implements
    IUIManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.Office.Excel
    Assembly: Quark.CMSAdapters.Office.Excel.dll
    Syntax
    public class UIManager : IUIManager

    Properties

    ContentType

    Gets the content type of the document. Content type name is specified in Quark.CMSAdapters.config. This Content type is used by open dialog to search corresponding file types.

    Declaration
    public string ContentType { get; }
    Property Value
    Type Description
    System.String

    The content type of the document.

    TemplateContentType

    Gets the content type of the document. Content type name is specified in Quark.CMSAdapters.config. This Content type is used by open dialog to search corresponding file types.

    Declaration
    public string TemplateContentType { get; }
    Property Value
    Type Description
    System.String

    The content type of the document.

    Methods

    LoadImage(String)

    Loads the image.

    Declaration
    public IPictureDisp LoadImage(string imageName)
    Parameters
    Type Name Description
    System.String imageName

    Name of the image.

    Returns
    Type Description
    stdole.IPictureDisp

    Implements

    IUIManager

    Extension Methods

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