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