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 HTMLTableSectionElementModifier and TypeMethodDescriptionHTMLTableElement.getTFoot()
Returns the table'sTFOOT
, ornull
if none exists.HTMLTableElement.getTHead()
Returns the table'sTHEAD
, ornull
if none exists.Methods in org.w3c.dom.html with parameters of type HTMLTableSectionElementModifier and TypeMethodDescriptionvoid
HTMLTableElement.setTFoot(HTMLTableSectionElement tFoot)
void
HTMLTableElement.setTHead(HTMLTableSectionElement tHead)