summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc
blob: d0af6dc7fe4a0c0a700743f2ca289c23dc8a1b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ Parsed from WebKit.framework DOMHTMLParagraphElement.h }


{$ifdef TYPES}
type
  DOMHTMLParagraphElementPtr = ^DOMHTMLParagraphElement;
{$endif}

{$ifdef CLASSES}

type
  DOMHTMLParagraphElement = objcclass external (DOMHTMLElement)
  public
    procedure setAlign(newValue: NSString); message 'setAlign:';
    function align: NSString; message 'align';
  end;
{$endif}