alexa
menu

    Show / Hide Table of Contents

    Class MdThematicBreak

    Represents a thematic break or horizontal rule in Markdown.

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

    Constructors

    MdThematicBreak()

    Declaration
    public MdThematicBreak()

    Methods

    CloneImpl()

    Creates a duplicate copy of the MdThematicBreak.

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

    The reference to the newly created MdThematicBreak instance.

    Overrides
    MdEntity.CloneImpl()

    Close()

    Closes the thematic break.

    Declaration
    public void Close()

    Implements

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