Class MdThematicBreak
Represents a thematic break or horizontal rule in Markdown.
Implements
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
Close()
Closes the thematic break.
Declaration
public void Close()