Interface MathMLSpaceElement

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

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

    • getWidth

      String getWidth()
      This interface represents the MathML MathMLSpaceElement element.
      Returns:
      the requested attribute or element
    • setWidth

      void setWidth(String width)
      This interface represents the MathML MathMLSpaceElement element.
      Parameters:
      width - the value to set
    • getHeight

      String getHeight()
      This interface represents the MathML MathMLSpaceElement element.
      Returns:
      the requested attribute or element
    • setHeight

      void setHeight(String height)
      This interface represents the MathML MathMLSpaceElement element.
      Parameters:
      height - the value to set
    • getDepth

      String getDepth()
      This interface represents the MathML MathMLSpaceElement element.
      Returns:
      the requested attribute or element
    • setDepth

      void setDepth(String depth)
      This interface represents the MathML MathMLSpaceElement element.
      Parameters:
      depth - the value to set