Interface MathMLAlignMarkElement

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

public interface MathMLAlignMarkElement extends MathMLPresentationElement
This interface extends the MathMLPresentationElement interface for the MathML alignment mark element malignmark.
  • Method Details

    • getEdge

      String getEdge()
      A string specifying alignment on the right edge of the preceding element or the left edge of the following element. Allowed values are left and right.
      Returns:
      value of the edge attribute.
    • setEdge

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