Interface MathMLTableRowElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, Node
All Known Subinterfaces:
MathMLLabeledRowElement

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

    • getRowalign

      String getRowalign()
      This interface represents the MathML MathMLTableRowElement element.
      Returns:
      the requested attribute or element
    • setRowalign

      void setRowalign(String rowalign)
      This interface represents the MathML MathMLTableRowElement element.
      Parameters:
      rowalign - the value to set
    • getColumnalign

      String getColumnalign()
      This interface represents the MathML MathMLTableRowElement element.
      Returns:
      the requested attribute or element
    • setColumnalign

      void setColumnalign(String columnalign)
      This interface represents the MathML MathMLTableRowElement element.
      Parameters:
      columnalign - the value to set
    • getGroupalign

      String getGroupalign()
      This interface represents the MathML MathMLTableRowElement element.
      Returns:
      the requested attribute or element
    • setGroupalign

      void setGroupalign(String groupalign)
      This interface represents the MathML MathMLTableRowElement element.
      Parameters:
      groupalign - the value to set
    • getCells

      MathMLNodeList getCells()
      This interface represents the MathML MathMLTableRowElement element.
      Returns:
      the requested attribute or element
    • insertEmptyCell

      MathMLTableCellElement insertEmptyCell(int index) throws DOMException
      This interface represents the MathML MathMLTableRowElement element.
      Parameters:
      index - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • insertCell

      MathMLTableCellElement insertCell(MathMLTableCellElement newCell, int index) throws DOMException
      This interface represents the MathML MathMLTableRowElement element.
      Parameters:
      newCell - the value to set
      index - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • setCell

      MathMLTableCellElement setCell(MathMLTableCellElement newCell, int index)
      This interface represents the MathML MathMLTableRowElement element.
      Parameters:
      newCell - the value to set
      index - the value to set
      Returns:
      the requested attribute or element
    • deleteCell

      void deleteCell(int index)
      This interface represents the MathML MathMLTableRowElement element.
      Parameters:
      index - the value to set