Click or drag to resize

MarkdownImportOptions Methods

The MarkdownImportOptions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEnumerateAllMarkdownObjectsRecursively Enumerates all objects in a markdown parse tree recursively, starting with the given element.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetChildList Gets the children of a markdown object. is returned if no children could be found.
Public methodStatic memberGetChilds Gets the children of a markdown object. is returned if no children could be found.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImport Imports the specified Markdown file into a text document.
Public methodStatic memberImportShowDialog Shows the import dialog and imports the selected Markdown file.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberUseSupportedExtensions Uses all extensions supported by Markdig.Wpf.
Top
See Also