Class ShortcutKeys
Defines the ShortcutKeys.
Inheritance
System.Object
ShortcutKeys
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ShortcutKeys : Object
Constructors
ShortcutKeys()
Declaration
public ShortcutKeys()
Properties
Bold
Defines the Bold.
Declaration
public string Bold { get; set; }
Property Value
Type |
---|
System.String |
ClearFormat
Defines the ClearFormat.
Declaration
public string ClearFormat { get; set; }
Property Value
Type |
---|
System.String |
Copy
Defines the Copy.
Declaration
public string Copy { get; set; }
Property Value
Type |
---|
System.String |
Cut
Defines the Cut.
Declaration
public string Cut { get; set; }
Property Value
Type |
---|
System.String |
FullScreen
Defines the FullScreen.
Declaration
public string FullScreen { get; set; }
Property Value
Type |
---|
System.String |
HtmlSource
Defines the HtmlSource.
Declaration
public string HtmlSource { get; set; }
Property Value
Type |
---|
System.String |
Indents
Defines the Indents.
Declaration
public string Indents { get; set; }
Property Value
Type |
---|
System.String |
InsertImage
Defines the InsertImage.
Declaration
public string InsertImage { get; set; }
Property Value
Type |
---|
System.String |
InsertLink
Defines the InsertLink.
Declaration
public string InsertLink { get; set; }
Property Value
Type |
---|
System.String |
InsertTable
Defines the InsertTable.
Declaration
public string InsertTable { get; set; }
Property Value
Type |
---|
System.String |
Italic
Defines the Italic.
Declaration
public string Italic { get; set; }
Property Value
Type |
---|
System.String |
JustifyCenter
Defines the JustifyCenter.
Declaration
public string JustifyCenter { get; set; }
Property Value
Type |
---|
System.String |
JustifyFull
Defines the JustifyFull.
Declaration
public string JustifyFull { get; set; }
Property Value
Type |
---|
System.String |
JustifyLeft
Defines the JustifyLeft.
Declaration
public string JustifyLeft { get; set; }
Property Value
Type |
---|
System.String |
JustifyRight
Defines the JustifyRight.
Declaration
public string JustifyRight { get; set; }
Property Value
Type |
---|
System.String |
LowerCase
Defines the LowerCase.
Declaration
public string LowerCase { get; set; }
Property Value
Type |
---|
System.String |
OrderedList
Defines the OrderedList.
Declaration
public string OrderedList { get; set; }
Property Value
Type |
---|
System.String |
Outdents
Defines the Outdents.
Declaration
public string Outdents { get; set; }
Property Value
Type |
---|
System.String |
Paste
Defines the Paste.
Declaration
public string Paste { get; set; }
Property Value
Type |
---|
System.String |
Redo
Defines the Redo.
Declaration
public string Redo { get; set; }
Property Value
Type |
---|
System.String |
StrikeThrough
Defines the StrikeThrough.
Declaration
public string StrikeThrough { get; set; }
Property Value
Type |
---|
System.String |
SubScript
Defines the SubScript.
Declaration
public string SubScript { get; set; }
Property Value
Type |
---|
System.String |
SuperScript
Defines the SuperScript.
Declaration
public string SuperScript { get; set; }
Property Value
Type |
---|
System.String |
ToolbarFocus
Defines the ToolbarFocus.
Declaration
public string ToolbarFocus { get; set; }
Property Value
Type |
---|
System.String |
Underline
Defines the Underline.
Declaration
public string Underline { get; set; }
Property Value
Type |
---|
System.String |
Undo
Defines the Undo.
Declaration
public string Undo { get; set; }
Property Value
Type |
---|
System.String |
UnorderedList
Defines the UnorderedList.
Declaration
public string UnorderedList { get; set; }
Property Value
Type |
---|
System.String |
UpperCase
Defines the UpperCase.
Declaration
public string UpperCase { get; set; }
Property Value
Type |
---|
System.String |