docx
    Preparing search index...

    Function createMathBase

    • Creates a math base element.

      The math base (m:e) is used within math structures like fractions, radicals, and n-ary operators to contain the primary expression.

      Reference: http://www.datypic.com/sc/ooxml/e-m_e-1.html

      <xsd:complexType name="CT_OMathArg">
      <xsd:sequence>
      <xsd:element name="argPr" type="CT_OMathArgPr" minOccurs="0"/>
      <xsd:group ref="EG_OMathMathElements" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
      </xsd:sequence>
      </xsd:complexType>

      Parameters

      • __namedParameters: MathBaseOptions

      Returns XmlComponent