Click or drag to resize

MarkdownImportOptions Class

[Missing <summary> documentation for "T:Altaxo.Text.MarkdownImportOptions"]

Inheritance Hierarchy
SystemObject
  Altaxo.TextMarkdownImportOptions

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class MarkdownImportOptions

The MarkdownImportOptions type exposes the following members.

Constructors
 NameDescription
Public methodMarkdownImportOptionsInitializes a new instance of the MarkdownImportOptions class
Top
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 childs of a markdown object. Null is returned if no childs were to be found.
Public methodStatic memberGetChilds Gets the childs of a markdown object. Null is returned if no childs were to 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 
Public methodStatic memberImportShowDialog 
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