KHtml
html_table.cpp
37 HTMLTableCaptionElement::HTMLTableCaptionElement(const HTMLTableCaptionElement &other) : HTMLElement(other)
41 HTMLTableCaptionElement::HTMLTableCaptionElement(HTMLTableCaptionElementImpl *impl) : HTMLElement(impl)
51 HTMLTableCaptionElement &HTMLTableCaptionElement::operator = (const HTMLTableCaptionElement &other)
82 HTMLTableCellElement::HTMLTableCellElement(const HTMLTableCellElement &other) : HTMLElement(other)
939 HTMLTableSectionElement::HTMLTableSectionElement(const HTMLTableSectionElement &other) : HTMLElement(other)
943 HTMLTableSectionElement::HTMLTableSectionElement(HTMLTableSectionElementImpl *impl) : HTMLElement(impl)
962 HTMLTableSectionElement &HTMLTableSectionElement::operator = (const HTMLTableSectionElement &other)
HTMLCollection rows() const
The collection of rows in this table section.
Definition: html_table.cpp:1032
QString number(int n, int base)
The object used to represent the TH and TD elements.
Definition: html_table.h:94
HTMLTableSectionElement tFoot() const
Returns the table's TFOOT , or null if none exists.
Definition: html_table.cpp:529
long sectionRowIndex() const
The index of this row, relative to the current section ( THEAD , TFOOT , or TBODY ).
Definition: html_table.cpp:808
DOMString rules() const
Specifies which internal table borders to render.
Definition: html_table.cpp:651
This library provides a full-featured HTML parser and widget.
Table caption See the CAPTION element definition in HTML 4.0.
Definition: html_table.h:48
long span() const
Indicates the number of columns in a group or affected by a grouping.
Definition: html_table.cpp:422
The create* and delete* methods on the table allow authors to construct and modify tables.
Definition: html_table.h:448
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
long rowIndex() const
The index of this row, relative to the entire table.
Definition: html_table.cpp:795
DOMString vAlign() const
Vertical alignment of data within cells of this row.
Definition: html_table.cpp:894
HTMLElement insertCell(long index)
Insert an empty TD cell into this row.
Definition: html_table.cpp:909
DOMString frame() const
Specifies which external table borders to render.
Definition: html_table.cpp:636
HTMLElement createTHead()
Create a table header row or return an existing one.
Definition: html_table.cpp:696
HTMLCollection tBodies() const
Returns a collection of the table bodies (including implicit ones).
Definition: html_table.cpp:553
HTMLCollection rows() const
Returns a collection of all the rows in the table, including all in THEAD , TFOOT ,...
Definition: html_table.cpp:545
DOMString cellSpacing() const
Specifies the horizontal and vertical separation between cells.
Definition: html_table.cpp:621
DOMString align() const
Specifies the table's position with respect to the rest of the document.
Definition: html_table.cpp:561
DOMString headers() const
List of id attribute values for header cells.
Definition: html_table.cpp:233
HTMLTableCaptionElement caption() const
Returns the table's CAPTION , or void if none exists.
Definition: html_table.cpp:498
HTMLElement createTFoot()
Create a table footer row or return an existing one.
Definition: html_table.cpp:711
DOMString align() const
Horizontal alignment of data within cells of this row.
Definition: html_table.cpp:834
DOMString summary() const
Supplementary description about the purpose or structure of a table.
Definition: html_table.cpp:666
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:278
HTMLElement createCaption()
Create a new table caption object or return an existing one.
Definition: html_table.cpp:726
DOMString cellPadding() const
Specifies the horizontal and vertical space between cell content and cell borders.
Definition: html_table.cpp:606
HTMLTableSectionElement tHead() const
Returns the table's THEAD , or null if none exists.
Definition: html_table.cpp:513
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:55:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:55:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.