Uses of Interface
org.w3c.dom.html.HTMLTableSectionElement
Packages that use HTMLTableSectionElement
-
Uses of HTMLTableSectionElement in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLTableSectionElement修饰符和类方法描述HTMLTableElement.getTFoot()Returns the table'sTFOOT, ornullif none exists.HTMLTableElement.getTHead()Returns the table'sTHEAD, ornullif none exists.Methods in org.w3c.dom.html with parameters of type HTMLTableSectionElement修饰符和类方法描述voidHTMLTableElement.setTFoot(HTMLTableSectionElement tFoot) voidHTMLTableElement.setTHead(HTMLTableSectionElement tHead)