HTMLTableColElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement → DOM.Element → DOM.Node
Namespace: DOM
Detailed Description
Regroups the COL and COLGROUP
elements. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-COL">
COL element definition in HTML 4.0.
Method Documentation
__init__ |
( |
self, |
|
|
|
HTMLTableColElementImpl |
impl |
|
) |
|
|
|
Horizontal alignment of cell data in column. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD">
align attribute definition in HTML 4.0.
Alignment character for cells in a column. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char">
char attribute definition in HTML 4.0.
Offset of alignment character. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff">
charoff attribute definition in HTML 4.0.
setSpan |
( |
self, |
|
|
|
long |
a0 |
|
) |
|
|
|
Indicates the number of columns in a group or affected by a
grouping. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-span-COL">
span attribute definition in HTML 4.0.
Vertical alignment of cell data in column. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign">
valign attribute definition in HTML 4.0.
Default column width. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-COL">
width attribute definition in HTML 4.0.