Enum HtmlOfficeMathOutputMode
Enum HtmlOfficeMathOutputMode
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB.
public enum HtmlOfficeMathOutputMode
Fields
Image = 0
OfficeMath is converted to HTML as image specified by <img> tag.
MathML = 1
OfficeMath is converted to HTML using MathML.
Text = 2
OfficeMath is converted to HTML as sequence of runs specified by <span> tags.