DOM::HTMLIFrameElement Class Reference
Inline subwindows. More...
#include <html_base.h>
Inheritance diagram for DOM::HTMLIFrameElement:

Public Methods | |
HTMLIFrameElement & | operator= (const Node &other) |
DOMString | align () const |
Aligns this object (vertically or horizontally) with respect to its surrounding text. | |
void | setAlign (const DOMString &) |
see align | |
DOMString | frameBorder () const |
Request frame borders. | |
void | setFrameBorder (const DOMString &) |
see frameBorder | |
DOMString | height () const |
Frame height. | |
void | setHeight (const DOMString &) |
see height | |
DOMString | longDesc () const |
URI designating a long description of this image or frame. | |
void | setLongDesc (const DOMString &) |
see longDesc | |
DOMString | marginHeight () const |
Frame margin height, in pixels. | |
void | setMarginHeight (const DOMString &) |
see marginHeight | |
DOMString | marginWidth () const |
Frame margin width, in pixels. | |
void | setMarginWidth (const DOMString &) |
see marginWidth | |
DOMString | name () const |
The frame name (object of the target attribute). | |
void | setName (const DOMString &) |
see name | |
DOMString | scrolling () const |
Specify whether or not the frame should have scrollbars. | |
void | setScrolling (const DOMString &) |
see scrolling | |
DOMString | src () const |
A URI designating the initial frame contents. | |
void | setSrc (const DOMString &) |
see src | |
DOMString | width () const |
Frame width. | |
void | setWidth (const DOMString &) |
see width | |
Document | contentDocument () const |
Introduced in DOM Level 2. |
Detailed Description
Inline subwindows.See the IFRAME element definition in HTML 4.0.
Definition at line 361 of file html_base.h.
Member Function Documentation
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 282 of file html_base.cpp. |
|
see align
Definition at line 288 of file html_base.cpp. |
|
Request frame borders. See the frameborder attribute definition in HTML 4.0. Definition at line 293 of file html_base.cpp. |
|
see frameBorder
Definition at line 299 of file html_base.cpp. |
|
Frame height. See the height attribute definition in HTML 4.0. Definition at line 304 of file html_base.cpp. |
|
see height
Definition at line 310 of file html_base.cpp. |
|
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0. Definition at line 315 of file html_base.cpp. |
|
see longDesc
Definition at line 321 of file html_base.cpp. |
|
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0. Definition at line 326 of file html_base.cpp. |
|
see marginHeight
Definition at line 332 of file html_base.cpp. |
|
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0. Definition at line 337 of file html_base.cpp. |
|
see marginWidth
Definition at line 343 of file html_base.cpp. |
|
The frame name (object of the See the name attribute definition in HTML 4.0. Definition at line 348 of file html_base.cpp. |
|
see name
Definition at line 354 of file html_base.cpp. |
|
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0. Definition at line 359 of file html_base.cpp. |
|
see scrolling
Definition at line 365 of file html_base.cpp. |
|
A URI designating the initial frame contents. See the src attribute definition in HTML 4.0. Definition at line 370 of file html_base.cpp. |
|
see src
Definition at line 376 of file html_base.cpp. |
|
Frame width. See the width attribute definition in HTML 4.0. Definition at line 381 of file html_base.cpp. |
|
see width
Definition at line 387 of file html_base.cpp. |
|
Introduced in DOM Level 2. Returns the document this iframe contains, if there is any and it is available, a Null document otherwise. The attribute is read-only.
Definition at line 392 of file html_base.cpp. |
The documentation for this class was generated from the following files: