createCaption
public org.w3c.dom.html.HTMLElement createCaption()
- createCaption in interface org.w3c.dom.html.HTMLTableElement
createTFoot
public org.w3c.dom.html.HTMLElement createTFoot()
- createTFoot in interface org.w3c.dom.html.HTMLTableElement
createTHead
public org.w3c.dom.html.HTMLElement createTHead()
- createTHead in interface org.w3c.dom.html.HTMLTableElement
deleteCaption
public void deleteCaption()
- deleteCaption in interface org.w3c.dom.html.HTMLTableElement
deleteRow
public void deleteRow(int index)
- deleteRow in interface org.w3c.dom.html.HTMLTableElement
deleteTFoot
public void deleteTFoot()
- deleteTFoot in interface org.w3c.dom.html.HTMLTableElement
deleteTHead
public void deleteTHead()
- deleteTHead in interface org.w3c.dom.html.HTMLTableElement
getAlign
public String getAlign()
- getAlign in interface org.w3c.dom.html.HTMLTableElement
getBgColor
public String getBgColor()
- getBgColor in interface org.w3c.dom.html.HTMLTableElement
getBorder
public String getBorder()
- getBorder in interface org.w3c.dom.html.HTMLTableElement
getCaption
public org.w3c.dom.html.HTMLTableCaptionElement getCaption()
- getCaption in interface org.w3c.dom.html.HTMLTableElement
getCellPadding
public String getCellPadding()
- getCellPadding in interface org.w3c.dom.html.HTMLTableElement
getCellSpacing
public String getCellSpacing()
- getCellSpacing in interface org.w3c.dom.html.HTMLTableElement
getFrame
public String getFrame()
- getFrame in interface org.w3c.dom.html.HTMLTableElement
getRows
public org.w3c.dom.html.HTMLCollection getRows()
- getRows in interface org.w3c.dom.html.HTMLTableElement
getRules
public String getRules()
- getRules in interface org.w3c.dom.html.HTMLTableElement
getSummary
public String getSummary()
- getSummary in interface org.w3c.dom.html.HTMLTableElement
getTBodies
public org.w3c.dom.html.HTMLCollection getTBodies()
- getTBodies in interface org.w3c.dom.html.HTMLTableElement
getTFoot
public org.w3c.dom.html.HTMLTableSectionElement getTFoot()
- getTFoot in interface org.w3c.dom.html.HTMLTableElement
getTHead
public org.w3c.dom.html.HTMLTableSectionElement getTHead()
- getTHead in interface org.w3c.dom.html.HTMLTableElement
getWidth
public String getWidth()
- getWidth in interface org.w3c.dom.html.HTMLTableElement
insertRow
public org.w3c.dom.html.HTMLElement insertRow(int index)
- insertRow in interface org.w3c.dom.html.HTMLTableElement
setAlign
public void setAlign(String align)
- setAlign in interface org.w3c.dom.html.HTMLTableElement
setBgColor
public void setBgColor(String bgColor)
- setBgColor in interface org.w3c.dom.html.HTMLTableElement
setBorder
public void setBorder(String border)
- setBorder in interface org.w3c.dom.html.HTMLTableElement
setCaption
public void setCaption(org.w3c.dom.html.HTMLTableCaptionElement caption)
- setCaption in interface org.w3c.dom.html.HTMLTableElement
setCellPadding
public void setCellPadding(String cellPadding)
- setCellPadding in interface org.w3c.dom.html.HTMLTableElement
setCellSpacing
public void setCellSpacing(String cellSpacing)
- setCellSpacing in interface org.w3c.dom.html.HTMLTableElement
setFrame
public void setFrame(String frame)
- setFrame in interface org.w3c.dom.html.HTMLTableElement
setRules
public void setRules(String rules)
- setRules in interface org.w3c.dom.html.HTMLTableElement
setSummary
public void setSummary(String summary)
- setSummary in interface org.w3c.dom.html.HTMLTableElement
setTFoot
public void setTFoot(org.w3c.dom.html.HTMLTableSectionElement tFoot)
- setTFoot in interface org.w3c.dom.html.HTMLTableElement
setTHead
public void setTHead(org.w3c.dom.html.HTMLTableSectionElement tHead)
- setTHead in interface org.w3c.dom.html.HTMLTableElement
setWidth
public void setWidth(String width)
- setWidth in interface org.w3c.dom.html.HTMLTableElement