Search Results for

    Show / Hide Table of Contents

    Interface IQuickInsert

    New class for defining a quickinsert - new implementation

    Inherited Members
    ICloneable.Clone()
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IQuickInsert : ICloneable

    Properties

    Description

    Description of QuickInsert

    Declaration
    string Description { get; }
    Property Value
    Type Description
    String

    DisplayOnToolBar

    Boolean indicating whether this QuickInsert should be displayed on the QI Toolbar

    Declaration
    bool DisplayOnToolBar { get; }
    Property Value
    Type Description
    Boolean

    Formatting

    Formatting for QuickInsert

    Declaration
    IFormattingGroup Formatting { get; }
    Property Value
    Type Description
    IFormattingGroup

    Id

    ID of QuickInsert

    Declaration
    QuickInsertIds Id { get; }
    Property Value
    Type Description
    QuickInsertIds

    MarkupData

    Markup data

    Declaration
    IAbstractMarkupDataContainer MarkupData { get; }
    Property Value
    Type Description
    IAbstractMarkupDataContainer

    Name

    Name of QuickInsert

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    In this article
    Back to top Generated by DocFX