|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathMLTableRowElement | |
---|---|
net.sourceforge.jeuclid.elements.presentation.table | Tables and Matrices presentation element support (3.5). |
org.w3c.dom.mathml | Standard MathML DOM Model. |
Uses of MathMLTableRowElement in net.sourceforge.jeuclid.elements.presentation.table |
---|
Classes in net.sourceforge.jeuclid.elements.presentation.table that implement MathMLTableRowElement | |
---|---|
class |
AbstractTableRow
Abstract class for table rows with and without label. |
class |
Mlabeledtr
This class represents the mlabeledtr tag. |
class |
Mtr
This class presents a row in MathTable. |
Methods in net.sourceforge.jeuclid.elements.presentation.table that return MathMLTableRowElement | |
---|---|
MathMLTableRowElement |
Mtable.getRow(int index)
|
MathMLTableRowElement |
Mtable.getRow(long index)
A convenience method to retrieve the index-th row from the table. |
MathMLTableRowElement |
Mtable.insertEmptyRow(int index)
|
MathMLTableRowElement |
Mtable.insertEmptyRow(long index)
A convenience method to insert a new (empty) row (mtr) in the table before the current index-th row. |
MathMLTableRowElement |
Mtable.insertRow(int index,
MathMLTableRowElement newRow)
|
MathMLTableRowElement |
Mtable.insertRow(long index,
MathMLTableRowElement newRow)
A convenience method to insert the new row or labeled row (mtr or mlabeledtr) represented by newRow in the table before the current index-th row. |
MathMLTableRowElement |
Mtable.removeRow(int index)
|
MathMLTableRowElement |
Mtable.removeRow(long index)
A convenience method to delete the row of the table at the specified index and return it to the caller. |
MathMLTableRowElement |
Mtable.setRow(int index,
MathMLTableRowElement newRow)
|
MathMLTableRowElement |
Mtable.setRow(long index,
MathMLTableRowElement newRow)
A method to set the value of the row in the table at the specified index to the mtr or mlabeledtr represented by newRow. |
Methods in net.sourceforge.jeuclid.elements.presentation.table with parameters of type MathMLTableRowElement | |
---|---|
MathMLTableRowElement |
Mtable.insertRow(int index,
MathMLTableRowElement newRow)
|
MathMLTableRowElement |
Mtable.insertRow(long index,
MathMLTableRowElement newRow)
A convenience method to insert the new row or labeled row (mtr or mlabeledtr) represented by newRow in the table before the current index-th row. |
MathMLTableRowElement |
Mtable.setRow(int index,
MathMLTableRowElement newRow)
|
MathMLTableRowElement |
Mtable.setRow(long index,
MathMLTableRowElement newRow)
A method to set the value of the row in the table at the specified index to the mtr or mlabeledtr represented by newRow. |
Uses of MathMLTableRowElement in org.w3c.dom.mathml |
---|
Subinterfaces of MathMLTableRowElement in org.w3c.dom.mathml | |
---|---|
interface |
MathMLLabeledRowElement
This interface extends the MathMLTableRowElement interface to represent the mlabeledtr element . |
Methods in org.w3c.dom.mathml that return MathMLTableRowElement | |
---|---|
MathMLTableRowElement |
MathMLTableElement.getRow(long index)
A convenience method to retrieve the index-th row from the table. |
MathMLTableRowElement |
MathMLTableElement.insertEmptyRow(long index)
A convenience method to insert a new (empty) row (mtr) in the table before the current index-th row. |
MathMLTableRowElement |
MathMLTableElement.insertRow(long index,
MathMLTableRowElement newRow)
A convenience method to insert the new row or labeled row (mtr or mlabeledtr) represented by newRow in the table before the current index-th row. |
MathMLTableRowElement |
MathMLTableElement.removeRow(long index)
A convenience method to delete the row of the table at the specified index and return it to the caller. |
MathMLTableRowElement |
MathMLTableElement.setRow(long index,
MathMLTableRowElement newRow)
A method to set the value of the row in the table at the specified index to the mtr or mlabeledtr represented by newRow. |
Methods in org.w3c.dom.mathml with parameters of type MathMLTableRowElement | |
---|---|
MathMLTableRowElement |
MathMLTableElement.insertRow(long index,
MathMLTableRowElement newRow)
A convenience method to insert the new row or labeled row (mtr or mlabeledtr) represented by newRow in the table before the current index-th row. |
MathMLTableRowElement |
MathMLTableElement.setRow(long index,
MathMLTableRowElement newRow)
A method to set the value of the row in the table at the specified index to the mtr or mlabeledtr represented by newRow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |