alexa
menu

    Show / Hide Table of Contents

    Interface IMdBlock

    Represents an interface for Block in Markdown

    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public interface IMdBlock

    Methods

    Clone()

    Creates a duplicate of the block entity.

    Declaration
    MdEntity Clone()
    Returns
    Type Description
    MdEntity

    The MdEntity object which is a copy of the current block entity.

    Close()

    Closes the block entity.

    Declaration
    void Close()
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved