Class MarkdownStatus
Provides toolbar status data for Markdown mode.
Inheritance
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class MarkdownStatus : Object
Remarks
This class contains boolean flags to indicate the activation state of Markdown toolbar items.
Constructors
MarkdownStatus()
Declaration
public MarkdownStatus()
Properties
Blockquote
Defines the Blockquote status.
Declaration
public bool Blockquote { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
Blockquote status refers to the active state of block quotation styling in Markdown content.
Bold
Defines the Bold status.
Declaration
public bool Bold { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
Bold status signifies whether bold formatting is active in Markdown mode.
Formats
Defines the Formats status.
Declaration
public string Formats { get; set; }
Property Value
Type |
---|
System.String |
Remarks
Formats status discusses the types of formatting applied in Markdown mode, such as headers and quotations.
InlineCode
Defines the InlineCode status.
Declaration
public bool InlineCode { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
InlineCode status displays the presence of inline code elements in the content.
Italic
Defines the Italic status.
Declaration
public bool Italic { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
Italic status reveals if italic text formatting is applied in Markdown mode.
LowerCase
Defines the LowerCase status.
Declaration
public bool LowerCase { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
LowerCase status references whether text is styled in lowercase within Markdown.
OrderedList
Defines the OrderedList status.
Declaration
public bool OrderedList { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
OrderedList status communicates if ordered lists are active within current Markdown content.
StrikeThrough
Defines the StrikeThrough status.
Declaration
public bool StrikeThrough { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
StrikeThrough status displays whether strike-through formatting is in use.
SubScript
Defines the SubScript status.
Declaration
public bool SubScript { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
SubScript status details whether subscript formatting is active in Markdown.
SuperScript
Defines the SuperScript status.
Declaration
public bool SuperScript { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
SuperScript status reflects the superscript formatting state within Markdown.
UnorderedList
Defines the UnorderedList status.
Declaration
public bool UnorderedList { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
UnorderedList status reflects whether unordered lists are currently used in the Markdown document.
UpperCase
Defines the UpperCase status.
Declaration
public bool UpperCase { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
UpperCase status indicates if text has uppercase styling applied in Markdown.