|
|
The CSS2Cursor
interface represents the src
CSS Level 2 descriptor.
CSS2FontFaceSrc ()
| CSS2FontFaceSrc |
CSS2FontFaceSrc (const CSS2FontFaceSrc &other)
| CSS2FontFaceSrc |
CSS2FontFaceSrc (CSS2FontFaceSrcImpl *impl)
| CSS2FontFaceSrc |
CSS2FontFaceSrc & operator = (const CSS2FontFaceSrc &other)
| operator = |
~CSS2FontFaceSrc ()
| ~CSS2FontFaceSrc |
DOM::DOMString uri ()
| uri |
[const]
Specifies the source of the font, empty string otherwise.
void setUri ( const DOM::DOMString & )
| setUri |
see uri
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.
CSSValueList format ()
| format |
[const]
This attribute contains a list of strings for the format CSS function.
DOM::DOMString fontFaceName ()
| fontFaceName |
[const]
Specifies the full font name of a locally installed font.
void setFontFaceName ( const DOM::DOMString & )
| setFontFaceName |
see fontFaceName
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |