Class MdTextFormat
Represents a class to maintain text format of markdown.
Inheritance
System.Object
MdTextFormat
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTextFormat : Object
Constructors
MdTextFormat()
Declaration
public MdTextFormat()
Properties
Bold
Gets or sets a value indicating whether text is bold or not.
Declaration
public bool Bold { get; set; }
Property Value
Type |
---|
System.Boolean |
CodeSpan
Gets or sets a value indicating whether text is code spanned text.
Declaration
public bool CodeSpan { get; set; }
Property Value
Type |
---|
System.Boolean |
IsHidden
Gets or sets a value indicating whether text is Hidden or not.
Declaration
public bool IsHidden { get; set; }
Property Value
Type |
---|
System.Boolean |
Italic
Gets or sets a value indicating whether text is italic or not.
Declaration
public bool Italic { get; set; }
Property Value
Type |
---|
System.Boolean |
StrikeThrough
Gets or sets a value indicating whether text is formatted with strikethrough.
Declaration
public bool StrikeThrough { get; set; }
Property Value
Type |
---|
System.Boolean |
SubSuperScriptType
Gets or sets the subscript or superscript for the text.
Declaration
public MdSubSuperScript SubSuperScriptType { get; set; }
Property Value
Type |
---|
MdSubSuperScript |