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