Interface MathMLFractionElement

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

public interface MathMLFractionElement extends MathMLPresentationElement
This interface represents the MathML MathMLFractionElement element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getLinethickness

      String getLinethickness()
      This interface represents the MathML MathMLFractionElement element.
      Returns:
      the requested attribute or element
    • setLinethickness

      void setLinethickness(String linethickness)
      This interface represents the MathML MathMLFractionElement element.
      Parameters:
      linethickness - the value to set
    • getNumerator

      MathMLElement getNumerator()
      This interface represents the MathML MathMLFractionElement element.
      Returns:
      the requested attribute or element
    • setNumerator

      void setNumerator(MathMLElement numerator)
      This interface represents the MathML MathMLFractionElement element.
      Parameters:
      numerator - the value to set
    • getDenominator

      MathMLElement getDenominator()
      This interface represents the MathML MathMLFractionElement element.
      Returns:
      the requested attribute or element
    • setDenominator

      void setDenominator(MathMLElement denominator)
      This interface represents the MathML MathMLFractionElement element.
      Parameters:
      denominator - the value to set