alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MdTextRange

    Represents a text with formatting in Markdown

    Inheritance
    System.Object
    MdEntity
    MdTextRange
    Implements
    IMdInline
    Inherited Members
    MdEntity.Clone()
    MdEntity.Document
    MdEntity.m_document
    MdEntity.Owner
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdTextRange : MdEntity, 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

    CloneImpl()

    Creates a duplicate copy of the MdTextRange entity.

    Declaration
    protected override object CloneImpl()
    Returns
    Type Description
    System.Object

    An System.Object reference to the newly created instance.

    Overrides
    MdEntity.CloneImpl()

    Close()

    Declaration
    public void Close()

    Implements

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