Uses of Interface
org.w3c.dom.html.HTMLTableCaptionElement
-
Packages that use HTMLTableCaptionElement 软件包 描述 org.w3c.dom.html 为DOM Level 2 HTML规范提供接口。 -
-
Uses of HTMLTableCaptionElement in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLTableCaptionElement 变量和类型 方法 描述 HTMLTableCaptionElement
HTMLTableElement. getCaption()
返回表的CAPTION
,如果不存在则返回void。Methods in org.w3c.dom.html with parameters of type HTMLTableCaptionElement 变量和类型 方法 描述 void
HTMLTableElement. setCaption(HTMLTableCaptionElement caption)
-