Interface MathMLAlignGroupElement

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

public interface MathMLAlignGroupElement extends MathMLPresentationElement
This interface extends the MathMLPresentationElement interface for the MathML group -alignment element maligngroup.
  • Method Details

    • getGroupalign

      String getGroupalign()
      A string specifying how the alignment group is to be aligned with other alignment groups above or below it. Allowed values are left, right, center, or decimalpoint.
      Returns:
      value of the groupalign attribute.
    • setGroupalign

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