33 #include <dom/html_element.h>
34 #include <tdelibs_export.h>
38 class HTMLTableCaptionElementImpl;
82 class HTMLTableCellElementImpl;
113 long cellIndex()
const;
121 void setCellIndex(
long );
208 long colSpan()
const;
213 void setColSpan(
long );
255 void setNoWrap(
bool );
263 long rowSpan()
const;
268 void setRowSpan(
long );
313 class HTMLTableColElementImpl;
391 void setSpan(
long );
422 class HTMLTableElementImpl;
562 void setCellPadding(
const DOMString & );
576 void setCellSpacing(
const DOMString & );
645 void deleteTHead ( );
661 void deleteTFoot ( );
677 void deleteCaption ( );
709 void deleteRow (
long index );
714 class HTMLTableRowElementImpl;
752 long rowIndex()
const;
760 void setRowIndex(
long );
768 long sectionRowIndex()
const;
776 void setSectionRowIndex(
long );
880 void deleteCell (
long index );
885 class HTMLTableSectionElementImpl;
992 void deleteRow (
long index );
The Node interface is the primary datatype for the entire Document Object Model.
Table caption See the CAPTION element definition in HTML 4.0.
The THEAD , TFOOT , and TBODY elements.
The object used to represent the TH and TD elements.
Regroups the COL and COLGROUP elements.
An HTMLCollection is a list of nodes.
This class implements the basic string we use in the DOM.
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
The create* and delete* methods on the table allow authors to construct and modify tables...
All HTML element interfaces derive from this class.