Class MarkdownSaveOptions
Class MarkdownSaveOptions
Der Name: Aspose.Html.Saving Sammlung: Aspose.HTML.dll (25.4.0)
Markdown speichert Optionen.
[ComVisible(true)]
public class MarkdownSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← MarkdownSaveOptions
Vererbte Mitglieder
SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MarkdownSaveOptions()
Initialisiert eine neue Instanz der Aspose.Html.Saving.MarkdownSaveOptions-Klasse.
public MarkdownSaveOptions()
Properties
Default
Returns Set von Optionen, die mit Standard Markdown-Dokumentation kompatibel sind.
public static MarkdownSaveOptions Default { get; }
Eigentumswert
Features
Flag Set, die kontrolliert, welche Elemente in Markdown umgewandelt werden.
public MarkdownFeatures Features { get; set; }
Eigentumswert
Formatter
Erhalten oder setzen Sie den Markdown-Formatungsstil.
public MarkdownFormatter Formatter { get; set; }
Eigentumswert
Git
Es gibt eine Reihe von Optionen, die mit GitLab Flavored Markdown kompatibel sind.
public static MarkdownSaveOptions Git { get; }