Interface MathMLEncloseElement

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

public interface MathMLEncloseElement extends MathMLPresentationContainer
This interface supports the menclose element .
  • Method Details

    • getNotation

      String getNotation()
      A string giving a name for the notation enclosing the element's contents. Represents the notation attribute of the menclose. Any string is allowed as a value; predefined values include longdiv, actuarial, radical, box, roundedbox, circle, left, right, top, bottom, updiagonalstrike, downdiagonalstrike, verticalstrike, horizontalstrike, or combinations of these strings separated by whitespace (see ).
      Returns:
      value of the notation attribute.
    • setNotation

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