API Reference
Class
WordMathMarkup
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:
OfficeMathExpressionParses an inline or display OMML fragment into the reusable math expression tree.
Parameters
- omml System.String
public static OfficeMathExpression FromOmml(String omml, Int32 maximumDepth) #Returns:
OfficeMathExpressionParses OMML with a hard nesting-depth limit.
Parameters
- omml System.String
- maximumDepth System.Int32
public static String ToOmml(OfficeMathExpression expression, Boolean display = false) #Returns:
StringSerializes a shared expression as inline m:oMath or display m:oMathPara markup.
Parameters
- expression OfficeIMO.Drawing.OfficeMathExpression
- display System.Boolean = false
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object