Interface MathMLFractionElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, Node
All Known Implementing Classes:
Mfrac

public interface MathMLFractionElement extends MathMLPresentationElement
This interface extends the MathMLPresentationElement interface for the MathML fraction element mfrac.
  • Method Details

    • getLinethickness

      String getLinethickness()
      A string representing the linethickness attribute of the mfrac, if specified.
      Returns:
      value of the linethickness attribute.
    • setLinethickness

      void setLinethickness(String linethickness)
      setter for the linethickness attribute.
      Parameters:
      linethickness - new value for linethickness.
      See Also:
    • getNumalign

      String getNumalign()
      One of the strings left, center and right. Represents the numalign attribute of the mfrac, if specified.
      Returns:
      value of the numalign attribute.
    • setNumalign

      void setNumalign(String numalign)
      setter for the numalign attribute.
      Parameters:
      numalign - new value for numalign.
      See Also:
    • getDenomalign

      String getDenomalign()
      One of the strings left, center and right. Represents the denomalign attribute of the mfrac, if specified.
      Returns:
      value of the denomalign attribute.
    • setDenomalign

      void setDenomalign(String denomalign)
      setter for the denomalign attribute.
      Parameters:
      denomalign - new value for denomalign.
      See Also:
    • getBevelled

      String getBevelled()
      One of the strings true and false. Represents the bevelled attribute of the mfrac, if specified.
      Returns:
      value of the bevelled attribute.
    • setBevelled

      void setBevelled(String bevelled)
      setter for the bevelled attribute.
      Parameters:
      bevelled - new value for bevelled.
      See Also:
    • getNumerator

      MathMLElement getNumerator()
      The first child MathMLElement of the MathMLFractionElement; represents the numerator of the represented fraction.
      Returns:
      value of the numerator attribute.
    • setNumerator

      void setNumerator(MathMLElement numerator)
      setter for the numerator attribute.
      Parameters:
      numerator - new value for numerator.
      See Also:
    • getDenominator

      MathMLElement getDenominator()
      The second child MathMLElement of the MathMLFractionElement; represents the denominator of the represented fraction.
      Returns:
      value of the denominator attribute.
    • setDenominator

      void setDenominator(MathMLElement denominator)
      setter for the denominator attribute.
      Parameters:
      denominator - new value for denominator.
      See Also: