Class HtmlStatus
Provides toolbar status data for the HTML mode.
Inheritance
System.Object
HtmlStatus
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class HtmlStatus : Object
Constructors
HtmlStatus()
Declaration
public HtmlStatus()
Properties
Alignments
Defines the Alignments.
Declaration
public string Alignments { get; set; }
Property Value
Type |
---|
System.String |
BackgroundColor
Defines the BackgroundColor.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
---|
System.String |
Blockquote
Defines the Blockquote.
Declaration
public bool Blockquote { get; set; }
Property Value
Type |
---|
System.Boolean |
Bold
Defines the Bold.
Declaration
public bool Bold { get; set; }
Property Value
Type |
---|
System.Boolean |
CreateLink
Defines the CreateLink.
Declaration
public bool CreateLink { get; set; }
Property Value
Type |
---|
System.Boolean |
FontColor
Defines the FontColor.
Declaration
public string FontColor { get; set; }
Property Value
Type |
---|
System.String |
FontName
Defines the FontName.
Declaration
public string FontName { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Defines the FontSize.
Declaration
public string FontSize { get; set; }
Property Value
Type |
---|
System.String |
Formats
Defines the Formats.
Declaration
public string Formats { get; set; }
Property Value
Type |
---|
System.String |
InsertCode
Defines the InsertCode.
Declaration
public bool InsertCode { get; set; }
Property Value
Type |
---|
System.Boolean |
Italic
Defines the Italic.
Declaration
public bool Italic { get; set; }
Property Value
Type |
---|
System.Boolean |
OrderedList
Defines the OrderedList.
Declaration
public bool OrderedList { get; set; }
Property Value
Type |
---|
System.Boolean |
StrikeThrough
Defines the StrikeThrough.
Declaration
public bool StrikeThrough { get; set; }
Property Value
Type |
---|
System.Boolean |
SubScript
Defines the SubScript.
Declaration
public bool SubScript { get; set; }
Property Value
Type |
---|
System.Boolean |
SuperScript
Defines the SuperScript.
Declaration
public bool SuperScript { get; set; }
Property Value
Type |
---|
System.Boolean |
Underline
Defines the Underline.
Declaration
public bool Underline { get; set; }
Property Value
Type |
---|
System.Boolean |
UnorderedList
Defines the UnorderedList.
Declaration
public bool UnorderedList { get; set; }
Property Value
Type |
---|
System.Boolean |