Interface MathMLTableElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, Node

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

    • getAlign

      String getAlign()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setAlign

      void setAlign(String align)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      align - the value to set
    • getRowalign

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

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

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

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

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

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

      String getAlignmentscope()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setAlignmentscope

      void setAlignmentscope(String alignmentscope)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      alignmentscope - the value to set
    • getColumnwidth

      String getColumnwidth()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setColumnwidth

      void setColumnwidth(String columnwidth)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      columnwidth - the value to set
    • getWidth

      String getWidth()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setWidth

      void setWidth(String width)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      width - the value to set
    • getRowspacing

      String getRowspacing()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setRowspacing

      void setRowspacing(String rowspacing)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      rowspacing - the value to set
    • getColumnspacing

      String getColumnspacing()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setColumnspacing

      void setColumnspacing(String columnspacing)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      columnspacing - the value to set
    • getRowlines

      String getRowlines()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setRowlines

      void setRowlines(String rowlines)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      rowlines - the value to set
    • getColumnlines

      String getColumnlines()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setColumnlines

      void setColumnlines(String columnlines)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      columnlines - the value to set
    • getFrame

      String getFrame()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setFrame

      void setFrame(String frame)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      frame - the value to set
    • getFramespacing

      String getFramespacing()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setFramespacing

      void setFramespacing(String framespacing)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      framespacing - the value to set
    • getEqualrows

      String getEqualrows()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setEqualrows

      void setEqualrows(String equalrows)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      equalrows - the value to set
    • getEqualcolumns

      String getEqualcolumns()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setEqualcolumns

      void setEqualcolumns(String equalcolumns)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      equalcolumns - the value to set
    • getDisplaystyle

      String getDisplaystyle()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setDisplaystyle

      void setDisplaystyle(String displaystyle)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      displaystyle - the value to set
    • getSide

      String getSide()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setSide

      void setSide(String side)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      side - the value to set
    • getMinlabelspacing

      String getMinlabelspacing()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • setMinlabelspacing

      void setMinlabelspacing(String minlabelspacing)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      minlabelspacing - the value to set
    • getRows

      MathMLNodeList getRows()
      This interface represents the MathML MathMLTableElement element.
      Returns:
      the requested attribute or element
    • insertEmptyRow

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

      MathMLLabeledRowElement insertEmptyLabeledRow(int index) throws DOMException
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      index - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • getRow

      MathMLTableRowElement getRow(int index)
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      index - the value to set
      Returns:
      the requested attribute or element
    • insertRow

      MathMLTableRowElement insertRow(int index, MathMLTableRowElement newRow) throws DOMException
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      index - the value to set
      newRow - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • setRow

      MathMLTableRowElement setRow(int index, MathMLTableRowElement newRow) throws DOMException
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      index - the value to set
      newRow - the value to set
      Returns:
      the requested attribute or element
      Throws:
      DOMException - if an error occurs
    • deleteRow

      void deleteRow(int index) throws DOMException
      This interface represents the MathML MathMLTableElement element.
      Parameters:
      index - the value to set
      Throws:
      DOMException - if an error occurs
    • removeRow

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