Enum HtmlOfficeMathOutputMode

Enum HtmlOfficeMathOutputMode

Navne til: Aspose.Words.Saving Sammensætning: Aspose.Words.dll (25.4.0)

Det angiver, hvordan Aspose.Words eksporterer OfficeMath til HTML, MHTML og EPUB.

public enum HtmlOfficeMathOutputMode

Fields

Image = 0

OfficeMath konverteres til HTML som et billede angivet af <img> tag.

MathML = 1

OfficeMath konverteres til HTML ved hjælp af MathML.

Text = 2

OfficeMath konverteres til HTML som sekvens af løb angivet af <span> tag.

 Dansk