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