KHtml
html_image.cpp
DOMString trimSpaces() const
Returns a string with Space Characters removed from the start and the end.
Definition: dom_string.cpp:345
QString number(int n, int base)
This library provides a full-featured HTML parser and widget.
DOMString getAttribute(const DOMString &name)
Retrieves an attribute value by name.
Definition: dom_element.cpp:165
long hspace() const
Horizontal space to the left and right of this image.
Definition: html_image.cpp:313
DOMString alt() const
Alternate text for user agents not rendering the normal content of this element.
Definition: html_image.cpp:248
DOMString coords() const
Comma-separated list of lengths, defining an active region geometry.
Definition: html_image.cpp:92
DOMString longDesc() const
URI designating a long description of this image or frame.
Definition: html_image.cpp:348
HTMLCollection areas() const
The list of areas defined for the image map.
Definition: html_image.cpp:471
DOMString accessKey() const
A single character access key to give access to the form control.
Definition: html_image.cpp:62
DOMString align() const
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Definition: html_image.cpp:233
DOMString name() const
The name of the element (for backwards compatibility).
Definition: html_image.cpp:218
long tabIndex() const
Index that represents the element's position in the tabbing order.
Definition: html_image.cpp:157
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:278
void setAttribute(const DOMString &name, const DOMString &value)
Adds a new attribute.
Definition: dom_element.cpp:180
bool noHref() const
Specifies that this area is inactive, i.e., has no associated action.
Definition: html_image.cpp:123
DOMString alt() const
Alternate text for user agents not rendering the normal content of this element.
Definition: html_image.cpp:77
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Jun 29 2022 04:11:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Jun 29 2022 04:11:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.