TextMath class

Office 2013 and later

Defines the TextMath Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:m.

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.3 m

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

A CT_TextMath element that specifies either math content in a text paragraph (when such an element is used inside of a text paragraph) or document-level math properties container (when it is used in presentation properties specified by PresentationML). The math content in a text paragraph can be either an inline math zone or a math paragraph.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="m" type="CT_TextMath"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.34 CT_TextMath

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: m

This type contains either a math zone or document-level math properties. Math zone content can be either an inline math zone or a math paragraph.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_TextMath"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: