OfficeMathExportMode
MarkdownSaveOptions.OfficeMathExportMode property
Gibt an, wie OfficeMath in die Ausgabedatei geschrieben wird. Der Standardwert istText .
public MarkdownOfficeMathExportMode OfficeMathExportMode { get; set; }
Beispiele
Zeigt, wie OfficeMath in das Dokument geschrieben wird.
Document doc = new Document(MyDir + "Office math.docx");
MarkdownSaveOptions saveOptions = new MarkdownSaveOptions();
saveOptions.OfficeMathExportMode = MarkdownOfficeMathExportMode.Image;
doc.Save(ArtifactsDir + "MarkdownSaveOptions.OfficeMathExportMode.md", saveOptions);
Siehe auch
- enum MarkdownOfficeMathExportMode
- class MarkdownSaveOptions
- namensraum Aspose.Words.Saving
- Montage Aspose.Words