Aspose::Words::Saving::MarkdownOfficeMathExportMode enum

MarkdownOfficeMathExportMode enum

Specifies how Aspose.Words exports OfficeMath to Markdown.

enum class MarkdownOfficeMathExportMode

Values

NameValueDescription
Text0Export OfficeMath as plain text.
Image1Export OfficeMath as image.
MathML2Export OfficeMath as MathML.

See Also