khtml Library API Documentation

DOM::CSS2FontFaceSrc Class Reference

The CSS2Cursor interface represents the src CSS Level 2 descriptor. More...

#include <css_extensions.h>

List of all members.

Public Methods

 CSS2FontFaceSrc ()
 CSS2FontFaceSrc (const CSS2FontFaceSrc &other)
 CSS2FontFaceSrc (CSS2FontFaceSrcImpl *impl)
CSS2FontFaceSrc & operator= (const CSS2FontFaceSrc &other)
 ~CSS2FontFaceSrc ()
DOM::DOMString uri () const
void setUri (const DOM::DOMString &)
CSSValueList format () const
DOM::DOMString fontFaceName () const
void setFontFaceName (const DOM::DOMString &)


Detailed Description

The CSS2Cursor interface represents the src CSS Level 2 descriptor.

Definition at line 627 of file css_extensions.h.


Member Function Documentation

DOMString CSS2FontFaceSrc::uri   const
 

Specifies the source of the font, empty string otherwise.

Definition at line 409 of file css_extensions.cpp.

void CSS2FontFaceSrc::setUri const DOM::DOMString  
 

see uri.

Exceptions:
DOMException  SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.

Definition at line 415 of file css_extensions.cpp.

CSSValueList CSS2FontFaceSrc::format   const
 

This attribute contains a list of strings for the format CSS function.

Definition at line 420 of file css_extensions.cpp.

DOMString CSS2FontFaceSrc::fontFaceName   const
 

Specifies the full font name of a locally installed font.

Definition at line 426 of file css_extensions.cpp.

void CSS2FontFaceSrc::setFontFaceName const DOM::DOMString  
 

see fontFaceName.

Exceptions:
DOMException  SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.

Definition at line 432 of file css_extensions.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun May 16 22:06:36 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003