alexa
menu

    Show / Hide Table of Contents

    Class MdTextFormat

    Represents a class to maintain text format of markdown.

    Inheritance
    System.Object
    MdEntity
    MdTextFormat
    Inherited Members
    MdEntity.Clone()
    MdEntity.Document
    MdEntity.m_document
    MdEntity.Owner
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdTextFormat : MdEntity

    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

    Methods

    CloneImpl()

    Creates a duplicate copy of the MdTextFormat.

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

    The reference to the newly created MdTextFormat instance.

    Overrides
    MdEntity.CloneImpl()
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved