docx
    Preparing search index...

    Function createMathSuperScriptElement

    • Creates a superscript element for math structures.

      This element contains the superscript content, used in n-ary operators, script objects, and other structures that support superscripts.

      Reference: http://www.datypic.com/sc/ooxml/e-m_sup-3.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: MathSuperScriptElementOptions

      Returns XmlComponent