Interface HTMLTableCellElement

継承元:
HTMLElement
プロパティ:
abbr, align, axis, bgColor, cellIndex, ch, chOff, colSpan, headers, height, noWrap, rowSpan, scope, vAlign, width
メソッド:

TH 要素, TD 要素を表すのに用いるオブジェクト。 HTML 4.01 の TD 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLTableCellElement : HTMLElement {
  readonly attribute long            cellIndex;
           attribute DOMString       abbr;
           attribute DOMString       align;
           attribute DOMString       axis;
           attribute DOMString       bgColor;
           attribute DOMString       ch;
           attribute DOMString       chOff;
           attribute long            colSpan;
           attribute DOMString       headers;
           attribute DOMString       height;
           attribute boolean         noWrap;
           attribute long            rowSpan;
           attribute DOMString       scope;
           attribute DOMString       vAlign;
           attribute DOMString       width;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI