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