|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLTableCellElement
This interface extends the MathMLPresentationContainer interface for the MathML table or matrix cell element mtd.
Field Summary |
---|
Method Summary | |
---|---|
String |
getCellindex()
A string representing the integer index (1-based?) |
String |
getColumnalign()
A string specifying an override of the inherited horizontal alignment of this cell within the table column. |
String |
getColumnspan()
A string representing a positive integer that specifies the number of columns spanned by this cell. |
String |
getGroupalign()
A string specifying how the alignment groups within the cell are to be aligned with those in cells above or below this cell. |
boolean |
getHasaligngroups()
A string with the values true or false indicating whether the cell contains align groups. |
String |
getRowalign()
A string specifying an override of the inherited vertical alignment of this cell within the table row. |
String |
getRowspan()
A string representing a positive integer that specifies the number of rows spanned by this cell. |
void |
setColumnalign(String columnalign)
setter for the columnalign attribute. |
void |
setColumnspan(String columnspan)
setter for the columnspan attribute. |
void |
setGroupalign(String groupalign)
setter for the groupalign attribute. |
void |
setRowalign(String rowalign)
setter for the rowalign attribute. |
void |
setRowspan(String rowspan)
setter for the rowspan attribute. |
Methods inherited from interface org.w3c.dom.mathml.MathMLElement |
---|
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXref |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.w3c.dom.mathml.MathMLContainer |
---|
deleteArgument, deleteDeclaration, getArgument, getArguments, getDeclaration, getDeclarations, getNArguments, insertArgument, insertDeclaration, removeArgument, removeDeclaration, setArgument, setDeclaration |
Method Detail |
---|
String getRowspan()
void setRowspan(String rowspan)
rowspan
- new value for rowspan.getRowspan()
String getColumnspan()
void setColumnspan(String columnspan)
columnspan
- new value for columnspan.getColumnspan()
String getRowalign()
void setRowalign(String rowalign)
rowalign
- new value for rowalign.getRowalign()
String getColumnalign()
void setColumnalign(String columnalign)
columnalign
- new value for columnalign.getColumnalign()
String getGroupalign()
void setGroupalign(String groupalign)
groupalign
- new value for groupalign.getGroupalign()
boolean getHasaligngroups()
String getCellindex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |