インタフェース
org.w3c.dom.html.HTMLTableSectionElementの使用
-
HTMLTableSectionElement を使用するパッケージ パッケージ 説明 org.w3c.dom.html DOM Level 2 HTML仕様のインタフェースを提供します。 -
-
org.w3c.dom.htmlでのHTMLTableSectionElementの使用
HTMLTableSectionElementを返すorg.w3c.dom.htmlのメソッド 修飾子と型 メソッド 説明 HTMLTableSectionElement
HTMLTableElement. getTFoot()
テーブルのTFOOT
を返し、存在しない場合はnull
を返します。HTMLTableSectionElement
HTMLTableElement. getTHead()
テーブルのTHEAD
を返し、存在しない場合はnull
を返します。HTMLTableSectionElement型のパラメータを持つorg.w3c.dom.htmlのメソッド 修飾子と型 メソッド 説明 void
HTMLTableElement. setTFoot(HTMLTableSectionElement tFoot)
void
HTMLTableElement. setTHead(HTMLTableSectionElement tHead)
-