|
Common DOM API | ||||||||||
前 次 | フレームあり フレームなし |
HTMLTableSectionElement を使用しているパッケージ | |
org.w3c.dom.html |
org.w3c.dom.html での HTMLTableSectionElement の使用 |
HTMLTableSectionElement を返す org.w3c.dom.html のメソッド | |
HTMLTableSectionElement |
HTMLTableElement.getTHead()
テーブルの THEAD を返し、存在しない場合は null を
返します。 |
HTMLTableSectionElement |
HTMLTableElement.getTFoot()
テーブルの TFOOT を返し、存在しない場合は null を
返します。 |
HTMLTableSectionElement 型のパラメータを持つ org.w3c.dom.html のメソッド | |
void |
HTMLTableElement.setTHead(HTMLTableSectionElement tHead)
|
void |
HTMLTableElement.setTFoot(HTMLTableSectionElement tFoot)
|
|
Common DOM API | ||||||||||
前 次 | フレームあり フレームなし |