KHtml
35 #include <dom/html_element.h>
36 #include <dom/html_form.h>
41 class HTMLAppletElementImpl;
138 void setCodeBase(
const DOMString &value);
162 long getHspace()
const;
167 void setHspace(
long);
172 #ifndef KHTML_NO_DEPRECATED
173 KHTML_DEPRECATED
DOMString hspace()
const;
179 #ifndef KHTML_NO_DEPRECATED
180 KHTML_DEPRECATED
void setHspace(
const DOMString &value);
219 long getVspace()
const;
224 void setVspace(
long);
229 #ifndef KHTML_NO_DEPRECATED
230 KHTML_DEPRECATED
DOMString vspace()
const;
236 #ifndef KHTML_NO_DEPRECATED
237 KHTML_DEPRECATED
void setVspace(
const DOMString &);
257 class HTMLObjectElementImpl;
396 bool declare()
const;
401 void setDeclare(
bool);
424 long getHspace()
const;
429 void setHspace(
long);
434 #ifndef KHTML_NO_DEPRECATED
435 KHTML_DEPRECATED
DOMString hspace()
const;
441 #ifndef KHTML_NO_DEPRECATED
442 KHTML_DEPRECATED
void setHspace(
const DOMString &);
479 long tabIndex()
const;
484 void setTabIndex(
long);
521 long getVspace()
const;
526 void setVspace(
long);
531 #ifndef KHTML_NO_DEPRECATED
532 KHTML_DEPRECATED
DOMString vspace()
const;
538 #ifndef KHTML_NO_DEPRECATED
539 KHTML_DEPRECATED
void setVspace(
const DOMString &);
569 class HTMLParamElementImpl;
All HTML element interfaces derive from this class.
This library provides a full-featured HTML parser and widget.
The Document interface represents the entire HTML or XML document.
This class implements the basic string we use in the DOM.
The Node interface is the primary datatype for the entire Document Object Model.
Parameters fed to the OBJECT element.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:55:32 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.