summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc
blob: 08a3dcfd02a610de5a4dc8661da183bdf3477b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{ Parsed from Webkit.framework DOMHTMLTableCellElement.h }

{$ifdef TYPES}
{$ifndef DOMHTMLTABLECELLELEMENT_PAS_T}
{$define DOMHTMLTABLECELLELEMENT_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef DOMHTMLTABLECELLELEMENT_PAS_R}
{$define DOMHTMLTABLECELLELEMENT_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef DOMHTMLTABLECELLELEMENT_PAS_F}
{$define DOMHTMLTABLECELLELEMENT_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef DOMHTMLTABLECELLELEMENT_PAS_S}
{$define DOMHTMLTABLECELLELEMENT_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}
  DOMHTMLTableCellElement = objcclass;
  DOMHTMLTableCellElementPointer = ^DOMHTMLTableCellElement;
  DOMHTMLTableCellElementPtr = DOMHTMLTableCellElementPointer;

{$endif}

{$ifdef CLASSES}
{$ifndef DOMHTMLTABLECELLELEMENT_PAS_C}
{$define DOMHTMLTABLECELLELEMENT_PAS_C}

{ DOMHTMLTableCellElement }
  DOMHTMLTableCellElement = objcclass external (DOMHTMLElement)
    
  public
    function cellIndex: cint; message 'cellIndex';
    procedure setAbbr (newValue: NSString); message 'setAbbr:';
    function abbr: NSString; message 'abbr';
    procedure setAlign (newValue: NSString); message 'setAlign:';
    function align: NSString; message 'align';
    procedure setAxis (newValue: NSString); message 'setAxis:';
    function axis: NSString; message 'axis';
    procedure setBgColor (newValue: NSString); message 'setBgColor:';
    function bgColor: NSString; message 'bgColor';
    procedure setCh (newValue: NSString); message 'setCh:';
    function ch: NSString; message 'ch';
    procedure setChOff (newValue: NSString); message 'setChOff:';
    function chOff: NSString; message 'chOff';
    procedure setColSpan (newValue: cint); message 'setColSpan:';
    function colSpan: cint; message 'colSpan';
    procedure setHeaders (newValue: NSString); message 'setHeaders:';
    function headers: NSString; message 'headers';
    procedure setHeight (newValue: NSString); message 'setHeight:';
    function height: NSString; message 'height';
    procedure setNoWrap (newValue: Boolean); message 'setNoWrap:';
    function noWrap: Boolean; message 'noWrap';
    procedure setRowSpan (newValue: cint); message 'setRowSpan:';
    function rowSpan: cint; message 'rowSpan';
    procedure setScope (newValue: NSString); message 'setScope:';
    function scope: NSString; message 'scope';
    procedure setVAlign (newValue: NSString); message 'setVAlign:';
    function vAlign: NSString; message 'vAlign';
    procedure setWidth (newValue: NSString); message 'setWidth:';
    function width: NSString; message 'width';
  end;

{$endif}
{$endif}