menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HtmlStatus - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    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
    public string Alignments { get; set; }
    Property Value
    Type
    System.String
    Remarks

    Alignments status portrays the current text alignment setting, such as left, center, or justified.

    BackgroundColor

    Defines the BackgroundColor status.

    Declaration
    public string BackgroundColor { get; set; }
    Property Value
    Type
    System.String
    Remarks

    BackgroundColor status provides the currently set background color for text elements.

    Blockquote

    Defines the Blockquote status.

    Declaration
    public bool Blockquote { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    Blockquote status underscores whether blockquote usage is currently engaged.

    Bold

    Defines the Bold status.

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    Bold status indicates whether bold formatting is active.

    CreateLink

    Defines the CreateLink status.

    Declaration
    public bool CreateLink { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    CreateLink status ascertains whether link creation is enabled.

    FontColor

    Defines the FontColor status.

    Declaration
    public string FontColor { get; set; }
    Property Value
    Type
    System.String
    Remarks

    FontColor status details the active font color applied to text.

    FontName

    Defines the FontName status.

    Declaration
    public string FontName { get; set; }
    Property Value
    Type
    System.String
    Remarks

    FontName status specifies the font family currently being used.

    FontSize

    Defines the FontSize status.

    Declaration
    public string FontSize { get; set; }
    Property Value
    Type
    System.String
    Remarks

    FontSize status indicates the present font size setting.

    Formats

    Defines the Formats status.

    Declaration
    public string Formats { get; set; }
    Property Value
    Type
    System.String
    Remarks

    Formats status discusses the existing text formatting rules that have been applied.

    InsertCode

    Defines the InsertCode status.

    Declaration
    public bool InsertCode { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    InsertCode status highlights if code insertion is permissible.

    Italic

    Defines the Italic status.

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    Italic status shows if italic styling is applied.

    OrderedList

    Defines the OrderedList status.

    Declaration
    public bool OrderedList { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    OrderedList status signifies if ordered lists are currently in use within the editor content.

    StrikeThrough

    Defines the StrikeThrough status.

    Declaration
    public bool StrikeThrough { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    StrikeThrough status shows whether strike-through text is present.

    SubScript

    Defines the SubScript status.

    Declaration
    public bool SubScript { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    SubScript status states if subscript formatting is active.

    SuperScript

    Defines the SuperScript status.

    Declaration
    public bool SuperScript { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    SuperScript status reveals whether superscript formatting is in use.

    Underline

    Defines the Underline status.

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    Underline status communicates whether text is underscored.

    UnorderedList

    Defines the UnorderedList status.

    Declaration
    public bool UnorderedList { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    UnorderedList status identifies if unordered lists are part of the current content structure.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved