Search Results for

    Show / Hide Table of Contents

    Class OfficeComponentInfo

    Represents OfficeComponentInfo info.

    Inheritance
    System.Object
    ComponentInfo
    OfficeComponentInfo
    ExcelComponentInfo
    PowerPointComponentInfo
    VisioComponentInfo
    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.Core.Data
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    public abstract class OfficeComponentInfo : ComponentInfo

    Fields

    EXCELCONTEXT

    Excel context.

    Declaration
    public const string EXCELCONTEXT = "office/excel/"
    Field Value
    Type Description
    System.String

    POWERPOINTCONTEXT

    The POWERPOINT CONTEXT

    Declaration
    public const string POWERPOINTCONTEXT = "office/powerpoint/"
    Field Value
    Type Description
    System.String

    VISIOCONTEXT

    The VISIOCONTEXT

    Declaration
    public const string VISIOCONTEXT = "office/visio/"
    Field Value
    Type Description
    System.String

    Properties

    OutputMime

    Gets or sets the output MIME as defined by Quark.CMSAdapters.Core.Data.MimeTypes class.

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

    The output MIME.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.GetOutputFormatQueryParameter(OfficeComponentInfo, out String)
    UtilityExtensions.GetPublishingOutputFormatParameter(OfficeComponentInfo)
    UtilityExtensions.GetTypeQueryParameterName(OfficeComponentInfo)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.ToOfficeContext(OfficeComponentInfo)
    UtilityExtensions.ToQueryParameters(OfficeComponentInfo)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.