Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLTableColElement

DOM の table column オブジェクト( HTML の <col> 要素または <colgroup> 要素で示される範囲に相当) は、table column 要素を操作する為の特別なプロパティを持つ HTMLTableColElement インタフェースを公開します。
(※係るプロパティには、HTMLElement オブジェクトインタフェースからも継承によりアクセス可能となっています)

プロパティ

HTMLElement から継承するプロパティに加え、以下の固有プロパティを持ちます。

プロパティ名 説明
align 廃止 HTML5 DOMString テーブル列内のセルのコンテンツの水平方向の配置位置を設定
ch 廃止 HTML5 DOMString セルのデータの桁揃えの基準位置となる文字を設定
chOff 廃止 HTML5 DOMString セルのデータの桁揃えの基準位置となる文字のオフセットを設定
span unsigned long span HTML 属性を反映。このオブジェクトの列の数を示す正の整数
vAlign 廃止 HTML5 DOMString セル内のコンテンツの垂直位置を設定
width 廃止 HTML5 DOMString 既定の列幅を設定

メソッド

固有のメソッドはありません。HTMLElement から継承するメソッドを利用できます。

仕様

仕様書 策定状況 コメント
WHATWG HTML Living Standard
The definition of 'HTMLTableColElement' in that specification.
Living Standard No change from HTML5.
HTML5
The definition of 'HTMLTableColElement' in that specification.
勧告案 The span property is now an unsigned long.
Document Object Model (DOM) Level 2 HTML Specification
The definition of 'HTMLTableColElement' in that specification.
勧告 No change from Document Object Model (DOM) Level 1 Specification
Document Object Model (DOM) Level 1 Specification
The definition of 'HTMLTableColElement' in that specification.
勧告 Initial definition.

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
基本サポート (有) 1.0 (1.7 or earlier) (有) (有) (有)
ch および chOff ? 未サポート ? ? ?
機能 Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
基本サポート (有) 1.0 (1.0) (有) (有) (有)
ch および chOff ? 未サポート ? ? ?

関連情報

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: AshfaqHossain, ethertank
 最終更新者: AshfaqHossain,