webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
HTMLTableCellElement Interface Reference

import"HTMLTableCellElement.idl";

Inheritance diagram for HTMLTableCellElement:
HTMLElement

Public Attributes

readonly attribute long cellIndex
 
attribute DOMString align
 
attribute DOMString axis
 
attribute DOMString bgColor
 
attribute DOMString ch
 
attribute DOMString chOff
 
attribute unsigned long colSpan
 
attribute unsigned long rowSpan
 
attribute DOMString headers
 
attribute DOMString height
 
attribute boolean noWrap
 
attribute DOMString vAlign
 
attribute DOMString width
 
attribute DOMString abbr
 
attribute DOMString scope
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Additional Inherited Members

- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Member Data Documentation

◆ abbr

attribute DOMString HTMLTableCellElement::abbr

◆ align

attribute DOMString HTMLTableCellElement::align

◆ axis

attribute DOMString HTMLTableCellElement::axis

◆ bgColor

attribute DOMString HTMLTableCellElement::bgColor

◆ cellIndex

readonly attribute long HTMLTableCellElement::cellIndex

◆ ch

attribute DOMString HTMLTableCellElement::ch

◆ chOff

attribute DOMString HTMLTableCellElement::chOff

◆ colSpan

attribute unsigned long HTMLTableCellElement::colSpan

◆ headers

attribute DOMString HTMLTableCellElement::headers

◆ height

attribute DOMString HTMLTableCellElement::height

◆ noWrap

attribute boolean HTMLTableCellElement::noWrap

◆ rowSpan

attribute unsigned long HTMLTableCellElement::rowSpan

◆ scope

attribute DOMString HTMLTableCellElement::scope

◆ vAlign

attribute DOMString HTMLTableCellElement::vAlign

◆ width

attribute DOMString HTMLTableCellElement::width

The documentation for this interface was generated from the following file: