Class HtmlStatus
Provides toolbar status data for the HTML mode.
Inherited Members
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class HtmlStatus
Remarks
This class contains boolean indicators reflecting the active state of toolbar items within HTML mode.
Constructors
HtmlStatus()
Declaration
public HtmlStatus()
Properties
Alignments
Defines the Alignments status.
Declaration
[JsonPropertyName("alignments")]
public string? Alignments { get; set; }
Property Value
| Type |
|---|
| string |
Remarks
Alignments status portrays the current text alignment setting, such as left, center, or justified.
BackgroundColor
Defines the BackgroundColor status.
Declaration
[JsonPropertyName("backgroundcolor")]
public string? BackgroundColor { get; set; }
Property Value
| Type |
|---|
| string |
Remarks
BackgroundColor status provides the currently set background color for text elements.
Blockquote
Defines the Blockquote status.
Declaration
[JsonPropertyName("blockquote")]
public bool Blockquote { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
Blockquote status underscores whether blockquote usage is currently engaged.
Bold
Defines the Bold status.
Declaration
[JsonPropertyName("bold")]
public bool Bold { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
Bold status indicates whether bold formatting is active.
CreateLink
Defines the CreateLink status.
Declaration
[JsonPropertyName("createlink")]
public bool CreateLink { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
CreateLink status ascertains whether link creation is enabled.
FontColor
Defines the FontColor status.
Declaration
[JsonPropertyName("fontcolor")]
public string? FontColor { get; set; }
Property Value
| Type |
|---|
| string |
Remarks
FontColor status details the active font color applied to text.
FontName
Defines the FontName status.
Declaration
[JsonPropertyName("fontname")]
public string? FontName { get; set; }
Property Value
| Type |
|---|
| string |
Remarks
FontName status specifies the font family currently being used.
FontSize
Defines the FontSize status.
Declaration
[JsonPropertyName("fontsize")]
public string? FontSize { get; set; }
Property Value
| Type |
|---|
| string |
Remarks
FontSize status indicates the present font size setting.
Formats
Defines the Formats status.
Declaration
[JsonPropertyName("formats")]
public string? Formats { get; set; }
Property Value
| Type |
|---|
| string |
Remarks
Formats status discusses the existing text formatting rules that have been applied.
InsertCode
Defines the InsertCode status.
Declaration
[JsonPropertyName("insertcode")]
public bool InsertCode { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
InsertCode status highlights if code insertion is permissible.
Italic
Defines the Italic status.
Declaration
[JsonPropertyName("italic")]
public bool Italic { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
Italic status shows if italic styling is applied.
OrderedList
Defines the OrderedList status.
Declaration
[JsonPropertyName("orderedlist")]
public bool OrderedList { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
OrderedList status signifies if ordered lists are currently in use within the editor content.
StrikeThrough
Defines the StrikeThrough status.
Declaration
[JsonPropertyName("strikethrough")]
public bool StrikeThrough { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
StrikeThrough status shows whether strike-through text is present.
SubScript
Defines the SubScript status.
Declaration
[JsonPropertyName("subscript")]
public bool SubScript { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
SubScript status states if subscript formatting is active.
SuperScript
Defines the SuperScript status.
Declaration
[JsonPropertyName("superscript")]
public bool SuperScript { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
SuperScript status reveals whether superscript formatting is in use.
Underline
Defines the Underline status.
Declaration
[JsonPropertyName("underline")]
public bool Underline { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
Underline status communicates whether text is underscored.
UnorderedList
Defines the UnorderedList status.
Declaration
[JsonPropertyName("unorderedlist")]
public bool UnorderedList { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
UnorderedList status identifies if unordered lists are part of the current content structure.