Class MdTextRange
Represents a text with formatting in Markdown
Inheritance
System.Object
MdTextRange
Implements
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTextRange : Object, IMdInline
Constructors
MdTextRange()
Declaration
public MdTextRange()
Properties
IsLineBreak
Gets or sets a value indicating LineBreak.
Declaration
public bool IsLineBreak { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Gets or sets a text in a line.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextFormat
Gets or sets the MdTextFormat
Declaration
public MdTextFormat TextFormat { get; }
Property Value
Type |
---|
MdTextFormat |
Methods
Close()
Declaration
public void Close()