API Reference

Class

WordMathMarkup

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers static

Converts between Word's native OMML and the reusable OfficeIMO math expression tree.

Inheritance

  • Object
  • WordMathMarkup

Methods

FromOmml 2 overloads
public static OfficeMathExpression FromOmml(String omml) #
Returns: OfficeMathExpression

Parses an inline or display OMML fragment into the reusable math expression tree.

Parameters

omml System.String requiredposition: 0
public static OfficeMathExpression FromOmml(String omml, Int32 maximumDepth) #
Returns: OfficeMathExpression

Parses OMML with a hard nesting-depth limit.

Parameters

omml System.String requiredposition: 0
maximumDepth System.Int32 requiredposition: 1
public static String ToOmml(OfficeMathExpression expression, Boolean display = false) #
Returns: String

Serializes a shared expression as inline m:oMath or display m:oMathPara markup.

Parameters

expression OfficeIMO.Drawing.OfficeMathExpression requiredposition: 0
display System.Boolean = false optionalposition: 1