The CSSFontFaceRule interface represents a @font-face rule in a CSS
style sheet. The @font-face rule is used to hold a set of font
descriptions.
|
__init__(self,
style=None,
parentRule=None,
parentStyleSheet=None,
readonly=False)
if readonly allows setting of properties in constructor only |
source code
|
|
|
_getCssText(self)
returns serialized property cssText |
source code
|
|
|
|
|
|
|
_setStyle(self,
style)
StyleDeclaration or string |
source code
|
|
|
|
|
|
Inherited from util.Base (private):
_checkReadonly ,
_nexttoken ,
_parse ,
_splitNamespacesOff ,
_stringtokenvalue ,
_tokenize2 ,
_tokensupto2 ,
_tokenvalue ,
_type ,
_uritokenvalue ,
_valuestr
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|