#include <html_misc.h>

Protected Member Functions | |
HTMLBaseFontElement (HTMLBaseFontElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | impl |
Detailed Description
Base font.
See the BASEFONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 48 of file html_misc.h.
Constructor & Destructor Documentation
◆ HTMLBaseFontElement() [1/4]
HTMLBaseFontElement::HTMLBaseFontElement | ( | ) |
Definition at line 30 of file html_misc.cpp.
◆ HTMLBaseFontElement() [2/4]
HTMLBaseFontElement::HTMLBaseFontElement | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 34 of file html_misc.cpp.
◆ HTMLBaseFontElement() [3/4]
|
inline |
Definition at line 53 of file html_misc.h.
◆ HTMLBaseFontElement() [4/4]
|
protected |
Definition at line 38 of file html_misc.cpp.
◆ ~HTMLBaseFontElement()
HTMLBaseFontElement::~HTMLBaseFontElement | ( | ) |
Definition at line 54 of file html_misc.cpp.
Member Function Documentation
◆ color()
DOMString HTMLBaseFontElement::color | ( | ) | const |
Font color.
See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 58 of file html_misc.cpp.
◆ face()
DOMString HTMLBaseFontElement::face | ( | ) | const |
Font face identifier.
See the face attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 69 of file html_misc.cpp.
◆ getSize()
long HTMLBaseFontElement::getSize | ( | ) | const |
Computed Font size.
See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 91 of file html_misc.cpp.
◆ operator=() [1/2]
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 48 of file html_misc.cpp.
◆ operator=() [2/2]
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const Node & | other | ) |
Definition at line 42 of file html_misc.cpp.
◆ setColor()
void HTMLBaseFontElement::setColor | ( | const DOMString & | value | ) |
see color
Definition at line 64 of file html_misc.cpp.
◆ setFace()
void HTMLBaseFontElement::setFace | ( | const DOMString & | value | ) |
see face
Definition at line 75 of file html_misc.cpp.
◆ setSize() [1/2]
void HTMLBaseFontElement::setSize | ( | const DOMString & | value | ) |
Definition at line 86 of file html_misc.cpp.
◆ setSize() [2/2]
void HTMLBaseFontElement::setSize | ( | long | _value | ) |
see size
Definition at line 97 of file html_misc.cpp.
◆ size()
DOMString HTMLBaseFontElement::size | ( | ) | const |
Definition at line 80 of file html_misc.cpp.
The documentation for this class was generated from the following files: