Class MdTextRange
Represents a text with formatting in Markdown
Inheritance
System.Object
MdTextRange
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTextRange : 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()