Enum HtmlOfficeMathOutputMode

Enum HtmlOfficeMathOutputMode

Il nome: Aspose.Words.Saving Assemblea: Aspose.Words.dll (25.4.0)

Specifica come Aspose.Words esporta OfficeMath a HTML, MHTML e EPUB.

public enum HtmlOfficeMathOutputMode

Fields

Image = 0

OfficeMath viene convertito in HTML come immagine specificata con <img> tag.

MathML = 1

OfficeMath viene convertito in HTML utilizzando MathML.

Text = 2

OfficeMath viene convertito in HTML come sequenza di corse specificata da <span> tag.

 Italiano