TextMath Class

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

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2010.Drawing.TextMath

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class TextMath _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As TextMath
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class TextMath : OpenXmlLeafElement

Remarks

2.3.11 m

Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main

A CT_TextMath element that specifies a math content inside of a text paragraph. Such a math zone can be either inline math zone or 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.37 CT_TextMath

Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main

Referenced by: m

This type contains a math zone. Math zone content can be either inline math zone or math paragraph. Inline math zone is specified using oMath element ([ISO/IEC-29500-1] section 22.1.2.77). Math paragraph is specified using oMathPara element ([ISO/IEC-29500-1] section 22.1.2.78).

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

<xsd:complexType name="CT_TextMath">

</xsd:complexType>

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

Thread Safety

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

See Also

Reference

TextMath Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace