#include <html_inline.h>

Protected Member Functions | |
HTMLFontElement (HTMLFontElementImpl *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
Local change to font.
See the FONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 302 of file html_inline.h.
Constructor & Destructor Documentation
◆ HTMLFontElement() [1/4]
HTMLFontElement::HTMLFontElement | ( | ) |
Definition at line 259 of file html_inline.cpp.
◆ HTMLFontElement() [2/4]
HTMLFontElement::HTMLFontElement | ( | const HTMLFontElement & | other | ) |
Definition at line 263 of file html_inline.cpp.
◆ HTMLFontElement() [3/4]
|
inline |
Definition at line 307 of file html_inline.h.
◆ HTMLFontElement() [4/4]
|
protected |
Definition at line 267 of file html_inline.cpp.
◆ ~HTMLFontElement()
HTMLFontElement::~HTMLFontElement | ( | ) |
Definition at line 283 of file html_inline.cpp.
Member Function Documentation
◆ color()
DOMString HTMLFontElement::color | ( | ) | const |
Font color.
See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 287 of file html_inline.cpp.
◆ face()
DOMString HTMLFontElement::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 298 of file html_inline.cpp.
◆ operator=() [1/2]
HTMLFontElement & HTMLFontElement::operator= | ( | const HTMLFontElement & | other | ) |
Definition at line 277 of file html_inline.cpp.
◆ operator=() [2/2]
HTMLFontElement & HTMLFontElement::operator= | ( | const Node & | other | ) |
Definition at line 271 of file html_inline.cpp.
◆ setColor()
void HTMLFontElement::setColor | ( | const DOMString & | value | ) |
see color
Definition at line 293 of file html_inline.cpp.
◆ setFace()
void HTMLFontElement::setFace | ( | const DOMString & | value | ) |
see face
Definition at line 304 of file html_inline.cpp.
◆ setSize()
void HTMLFontElement::setSize | ( | const DOMString & | value | ) |
see size
Definition at line 315 of file html_inline.cpp.
◆ size()
DOMString HTMLFontElement::size | ( | ) | const |
Font size.
See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 309 of file html_inline.cpp.
The documentation for this class was generated from the following files: