Uses of Interface
org.w3c.dom.html.HTMLTableSectionElement
-
Packages that use HTMLTableSectionElement 软件包 描述 org.w3c.dom.html 提供DOM Level 2 HTML规范的接口。 -
-
Uses of HTMLTableSectionElement in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLTableSectionElement Modifier and Type 方法 描述 HTMLTableSectionElementHTMLTableElement. getTFoot()返回表的TFOOT,如果不存在,则返回null。HTMLTableSectionElementHTMLTableElement. getTHead()如果没有,返回表的THEAD,或null。Methods in org.w3c.dom.html with parameters of type HTMLTableSectionElement Modifier and Type 方法 描述 voidHTMLTableElement. setTFoot(HTMLTableSectionElement tFoot)voidHTMLTableElement. setTHead(HTMLTableSectionElement tHead)
-