Interface MathMLTableCellElement

All Superinterfaces:
Element, MathMLContainer, MathMLElement, MathMLPresentationContainer, MathMLPresentationElement, Node

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

    • getRowspan

      String getRowspan()
      This interface represents the MathML MathMLTableCellElement element.
      Returns:
      the requested attribute or element
    • setRowspan

      void setRowspan(String rowspan)
      This interface represents the MathML MathMLTableCellElement element.
      Parameters:
      rowspan - the value to set
    • getColumnspan

      String getColumnspan()
      This interface represents the MathML MathMLTableCellElement element.
      Returns:
      the requested attribute or element
    • setColumnspan

      void setColumnspan(String columnspan)
      This interface represents the MathML MathMLTableCellElement element.
      Parameters:
      columnspan - the value to set
    • getRowalign

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

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

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

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

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

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

      boolean getHasaligngroups()
      This interface represents the MathML MathMLTableCellElement element.
      Returns:
      the requested attribute or element
    • getCellindex

      String getCellindex()
      This interface represents the MathML MathMLTableCellElement element.
      Returns:
      the requested attribute or element