html_object.h
258class TDEHTML_EXPORT HTMLObjectElement : public HTMLElement
557class TDEHTML_EXPORT HTMLParamElement : public HTMLElement
The Document interface represents the entire HTML or XML document.
Definition dom_doc.h:246
long getVspace() const
Vertical space, in pixels, above and below this image, applet, or object.
Definition html_object.cpp:179
DOMString align() const
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Definition html_object.cpp:58
HTMLAppletElement()
This file is part of the DOM implementation for KDE.
Definition html_object.cpp:28
DOMString alt() const
Alternate text for user agents not rendering the normal content of this element.
Definition html_object.cpp:69
long getHspace() const
Horizontal space, in pixels, to the left and right of this image, applet, or object.
Definition html_object.cpp:135
The FORM element encompasses behavior similar to a collection and an element.
Definition html_form.h:207
long tabIndex() const
Index that represents the element's position in the tabbing order.
Definition html_object.cpp:387
DOMString codeType() const
Content type for data downloaded via classid attribute.
Definition html_object.cpp:293
DOMString data() const
A URI specifying the location of the object's data.
Definition html_object.cpp:304
DOMString name() const
Form control or object name when submitted with a form.
Definition html_object.cpp:365
DOMString align() const
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Definition html_object.cpp:249
HTMLFormElement form() const
Returns the FORM element containing this control.
Definition html_object.cpp:232
long getHspace() const
Horizontal space, in pixels, to the left and right of this image, applet, or object.
Definition html_object.cpp:354
DOMString codeBase() const
Base URI for classid , data , and archive attributes.
Definition html_object.cpp:282
DOMString type() const
Content type for data downloaded via data attribute.
Definition html_object.cpp:401
bool declare() const
Declare (for future reference), but do not instantiate, this object.
Definition html_object.cpp:315
long getVspace() const
Vertical space, in pixels, above and below this image, applet, or object.
Definition html_object.cpp:434
DOMString type() const
Content type for the value attribute when valuetype has the value "ref".
Definition html_object.cpp:503
DOMString valueType() const
Information about the meaning of the value attribute value.
Definition html_object.cpp:525
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:275
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition design.h:57
Trinity API Reference