Interface MathMLOperatorElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, MathMLPresentationToken, Node
All Known Implementing Classes:
Mo

public interface MathMLOperatorElement extends MathMLPresentationToken
This interface extends the MathMLPresentationToken interface for the MathML operator element mo.
  • Method Details

    • getForm

      String getForm()
      The form attribute (prefix, infix or postfix) for the mo element, if specified.
      Returns:
      value of the form attribute.
    • setForm

      void setForm(String form)
      setter for the form attribute.
      Parameters:
      form - new value for form.
      See Also:
    • getFence

      String getFence()
      The fence attribute (true or false) for the mo element, if specified.
      Returns:
      value of the fence attribute.
    • setFence

      void setFence(String fence)
      setter for the fence attribute.
      Parameters:
      fence - new value for fence.
      See Also:
    • getSeparator

      String getSeparator()
      The separator attribute (true or false) for the mo element, if specified.
      Returns:
      value of the separator attribute.
    • setSeparator

      void setSeparator(String separator)
      setter for the separator attribute.
      Parameters:
      separator - new value for separator.
      See Also:
    • getLspace

      String getLspace()
      The lspace attribute (spacing to left) of the mo element, if specified.
      Returns:
      value of the lspace attribute.
    • setLspace

      void setLspace(String lspace)
      setter for the lspace attribute.
      Parameters:
      lspace - new value for lspace.
      See Also:
    • getRspace

      String getRspace()
      The rspace attribute (spacing to right) of the mo element, if specified.
      Returns:
      value of the rspace attribute.
    • setRspace

      void setRspace(String rspace)
      setter for the rspace attribute.
      Parameters:
      rspace - new value for rspace.
      See Also:
    • getStretchy

      String getStretchy()
      The stretchy attribute (true or false) for the mo element, if specified.
      Returns:
      value of the stretchy attribute.
    • setStretchy

      void setStretchy(String stretchy)
      setter for the stretchy attribute.
      Parameters:
      stretchy - new value for stretchy.
      See Also:
    • getSymmetric

      String getSymmetric()
      The symmetric attribute (true or false) for the mo element, if specified.
      Returns:
      value of the symmetric attribute.
    • setSymmetric

      void setSymmetric(String symmetric)
      setter for the symmetric attribute.
      Parameters:
      symmetric - new value for symmetric.
      See Also:
    • getMaxsize

      String getMaxsize()
      The maxsize attribute for the mo element, if specified.
      Returns:
      value of the maxsize attribute.
    • setMaxsize

      void setMaxsize(String maxsize)
      setter for the maxsize attribute.
      Parameters:
      maxsize - new value for maxsize.
      See Also:
    • getMinsize

      String getMinsize()
      The minsize attribute for the mo element, if specified.
      Returns:
      value of the minsize attribute.
    • setMinsize

      void setMinsize(String minsize)
      setter for the minsize attribute.
      Parameters:
      minsize - new value for minsize.
      See Also:
    • getLargeop

      String getLargeop()
      The largeop attribute for the mo element, if specified.
      Returns:
      value of the largeop attribute.
    • setLargeop

      void setLargeop(String largeop)
      setter for the largeop attribute.
      Parameters:
      largeop - new value for largeop.
      See Also:
    • getMovablelimits

      String getMovablelimits()
      The movablelimits (true or false) attribute for the mo element, if specified.
      Returns:
      value of the movablelimits attribute.
    • setMovablelimits

      void setMovablelimits(String movablelimits)
      setter for the movablelimits attribute.
      Parameters:
      movablelimits - new value for movablelimits.
      See Also:
    • getAccent

      String getAccent()
      The accent attribute (true or false) for the mo element, if specified.
      Returns:
      value of the accent attribute.
    • setAccent

      void setAccent(String accent)
      setter for the accent attribute.
      Parameters:
      accent - new value for accent.
      See Also: