CSSStyleDeclaration

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

cssText
void cssText(string cssText)
Undocumented in source. Be warned that the author may not have intended to support it.
cssText
string cssText()
Undocumented in source. Be warned that the author may not have intended to support it.
getCSSImageURLs
auto getCSSImageURLs(string property)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyPriority
string getPropertyPriority(string property)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyValue
string getPropertyValue(string property)
Undocumented in source. Be warned that the author may not have intended to support it.
item
string item(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
parentRule
auto parentRule()
Undocumented in source. Be warned that the author may not have intended to support it.
removeProperty
string removeProperty(string property)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(string property, string value, string priority)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(string property, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta