alexa
menu

    Show / Hide Table of Contents

    Interface IMdInline

    Represents an interface for inlline in Markdown.

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

    Methods

    Clone()

    Creates a duplicate of the inline entity.

    Declaration
    MdEntity Clone()
    Returns
    Type Description
    MdEntity

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

    Close()

    Closes the inline entity.

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