Interface IQuickInsert
New class for defining a quickinsert - new implementation
Inherited Members
System.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 |
---|---|
System.String |
DisplayOnToolBar
Boolean indicating whether this QuickInsert should be displayed on the QI Toolbar
Declaration
bool DisplayOnToolBar { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |