docx
    Preparing search index...

    Function createMathLimitLocation

    • Creates a limit location element for n-ary operators.

      This element specifies where limits appear relative to the operator:

      • "undOvr": limits appear directly above and below the operator
      • "subSup": limits appear as superscript and subscript

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

      <xsd:complexType name="CT_LimLoc">
      <xsd:attribute name="val" type="ST_LimLoc"/>
      </xsd:complexType>

      Parameters

      • __namedParameters: MathLimitLocationOptions

      Returns XmlComponent