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 方法 描述 HTMLTableSectionElement
HTMLTableElement. getTFoot()
返回表的TFOOT
,如果不存在,则返回null
。HTMLTableSectionElement
HTMLTableElement. getTHead()
如果没有,返回表的THEAD
,或null
。Methods in org.w3c.dom.html with parameters of type HTMLTableSectionElement Modifier and Type 方法 描述 void
HTMLTableElement. setTFoot(HTMLTableSectionElement tFoot)
void
HTMLTableElement. setTHead(HTMLTableSectionElement tHead)
-