|
|
The <code> CSS2Cursor </code> interface represents the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#descdef-src"> src </a> 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: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |