|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The THEAD
, TFOOT
, and TBODY
elements.
Method Summary | |
void |
deleteRow(int index)
Delete a row from this section. |
java.lang.String |
getAlign()
Horizontal alignment of data in cells. |
java.lang.String |
getCh()
Alignment character for cells in a column. |
java.lang.String |
getChOff()
Offset of alignment character. |
HTMLCollection |
getRows()
The collection of rows in this table section. |
java.lang.String |
getVAlign()
Vertical alignment of data in cells.See the valign attribute
for HTMLTheadElement for details. |
HTMLElement |
insertRow(int index)
Insert a row into this section. |
void |
setAlign(java.lang.String align)
|
void |
setCh(java.lang.String ch)
|
void |
setChOff(java.lang.String chOff)
|
void |
setVAlign(java.lang.String vAlign)
|
Methods inherited from interface org.w3c.dom.html.HTMLElement |
getClassName,
getDir,
getId,
getLang,
getTitle,
setClassName,
setDir,
setId,
setLang,
setTitle |
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 |
Method Detail |
public java.lang.String getAlign()
align
attribute for HTMLTheadElement for details.public void setAlign(java.lang.String align)
public java.lang.String getCh()
public void setCh(java.lang.String ch)
public java.lang.String getChOff()
public void setChOff(java.lang.String chOff)
public java.lang.String getVAlign()
valign
attribute
for HTMLTheadElement for details.public void setVAlign(java.lang.String vAlign)
public HTMLCollection getRows()
public HTMLElement insertRow(int index)
index
- The row number where to insert a new row.public void deleteRow(int index)
index
- The index of the row to be deleted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |