Rubber-stamped by Brady Eidson.
[webbrowser.git] / WebCore / html / HTMLTableCellElement.idl
blobc0d22cae73dbe7a58b16107020d7b067a815f989
1 /*
2 * Copyright (C) 2006, 2007 Apple Inc.
3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
15 * You should have received a copy of the GNU Library General Public License
16 * along with this library; see the file COPYING.LIB. If not, write to
17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 * Boston, MA 02110-1301, USA.
21 module html {
23 interface [
24 GenerateConstructor,
25 InterfaceUUID=3ad21d30-ce64-4a6f-9296-c07a16170783,
26 ImplementationUUID=36fe6075-c9c1-4f22-bbc2-dd440f21f7cf
27 ] HTMLTableCellElement : HTMLElement {
29 readonly attribute long cellIndex;
30 attribute [ConvertNullToNullString] DOMString abbr;
31 attribute [ConvertNullToNullString] DOMString align;
32 attribute [ConvertNullToNullString] DOMString axis;
33 attribute [ConvertNullToNullString] DOMString bgColor;
34 attribute [ConvertNullToNullString] DOMString ch;
35 attribute [ConvertNullToNullString] DOMString chOff;
36 attribute long colSpan;
37 attribute [ConvertNullToNullString] DOMString headers;
38 attribute [ConvertNullToNullString] DOMString height;
39 attribute boolean noWrap;
40 attribute long rowSpan;
41 attribute [ConvertNullToNullString] DOMString scope;
42 attribute [ConvertNullToNullString] DOMString vAlign;
43 attribute [ConvertNullToNullString] DOMString width;