Interface MathMLPaddedElement

All Superinterfaces:
Element, MathMLContainer, MathMLElement, MathMLPresentationContainer, MathMLPresentationElement, Node
All Known Implementing Classes:
MathMLPaddedElementImpl

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

    • getWidth

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

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

      String getLspace()
      This interface represents the MathML MathMLPaddedElement element.
      Returns:
      the requested attribute or element
    • setLspace

      void setLspace(String lspace)
      This interface represents the MathML MathMLPaddedElement element.
      Parameters:
      lspace - the value to set
    • getHeight

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

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

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

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