Interface MathMLStyleElement

All Superinterfaces:
Element, MathMLContainer, MathMLElement, MathMLPresentationContainer, MathMLPresentationElement, Node

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

    • getScriptlevel

      String getScriptlevel()
      This interface represents the MathML MathMLStyleElement element.
      Returns:
      the requested attribute or element
    • setScriptlevel

      void setScriptlevel(String scriptlevel)
      This interface represents the MathML MathMLStyleElement element.
      Parameters:
      scriptlevel - the value to set
    • getDisplaystyle

      String getDisplaystyle()
      This interface represents the MathML MathMLStyleElement element.
      Returns:
      the requested attribute or element
    • setDisplaystyle

      void setDisplaystyle(String displaystyle)
      This interface represents the MathML MathMLStyleElement element.
      Parameters:
      displaystyle - the value to set
    • getScriptsizemultiplier

      String getScriptsizemultiplier()
      This interface represents the MathML MathMLStyleElement element.
      Returns:
      the requested attribute or element
    • setScriptsizemultiplier

      void setScriptsizemultiplier(String scriptsizemultiplier)
      This interface represents the MathML MathMLStyleElement element.
      Parameters:
      scriptsizemultiplier - the value to set
    • getScriptminsize

      String getScriptminsize()
      This interface represents the MathML MathMLStyleElement element.
      Returns:
      the requested attribute or element
    • setScriptminsize

      void setScriptminsize(String scriptminsize)
      This interface represents the MathML MathMLStyleElement element.
      Parameters:
      scriptminsize - the value to set
    • getColor

      String getColor()
      This interface represents the MathML MathMLStyleElement element.
      Returns:
      the requested attribute or element
    • setColor

      void setColor(String color)
      This interface represents the MathML MathMLStyleElement element.
      Parameters:
      color - the value to set
    • getBackground

      String getBackground()
      This interface represents the MathML MathMLStyleElement element.
      Returns:
      the requested attribute or element
    • setBackground

      void setBackground(String background)
      This interface represents the MathML MathMLStyleElement element.
      Parameters:
      background - the value to set