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()