Enum HtmlOfficeMathOutputMode

Enum HtmlOfficeMathOutputMode

De naam: Aspose.Words.Saving Verzameling: Aspose.Words.dll (25.4.0)

Specificeert hoe Aspose.Words OfficeMath exporteert naar HTML, MHTML en EPUB.

public enum HtmlOfficeMathOutputMode

Fields

Image = 0

OfficeMath wordt omgezet naar HTML als afbeelding aangegeven door <img> tag.

MathML = 1

OfficeMath wordt omgezet naar HTML met behulp van MathML.

Text = 2

OfficeMath wordt omgezet naar HTML als een volgorde van runs die wordt aangegeven door <span> tags.

 Nederlands