Interface MathMLSpaceElement

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

public interface MathMLSpaceElement extends MathMLPresentationElement
This interface extends the MathMLPresentationElement interface for the MathML space element mspace. Note that this is not derived from MathMLPresentationToken, despite the fact that mspace is classified as a token element, since it does not carry the attributes declared for MathMLPresentationToken.
  • Method Details

    • getWidth

      String getWidth()
      A string of the form number h-unit; represents the width attribute for the mspace element, if specified.
      Returns:
      value of the width attribute.
    • setWidth

      void setWidth(String width)
      setter for the width attribute.
      Parameters:
      width - new value for width.
      See Also:
    • getHeight

      String getHeight()
      A string of the form number v-unit; represents the height attribute for the mspace element, if specified.
      Returns:
      value of the height attribute.
    • setHeight

      void setHeight(String height)
      setter for the height attribute.
      Parameters:
      height - new value for height.
      See Also:
    • getDepth

      String getDepth()
      A string of the form number v-unit; represents the depth attribute for the mspace element, if specified.
      Returns:
      value of the depth attribute.
    • setDepth

      void setDepth(String depth)
      setter for the depth attribute.
      Parameters:
      depth - new value for depth.
      See Also:
    • getLinebreak

      String getLinebreak()
      One of the strings auto, newline, indentingnewline, nobreak, goodbreak and badbreak. This attribute gives a linebreaking hint to the renderer.
      Returns:
      value of the linebreak attribute.
    • setLinebreak

      void setLinebreak(String linebreak)
      setter for the linebreak attribute.
      Parameters:
      linebreak - new value for linebreak.
      See Also: