webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
CSSStyleDeclaration Interface Reference

import"CSSStyleDeclaration.idl";

Public Member Functions

DOMString getPropertyValue (DOMString propertyName)
 
DeprecatedCSSOMValue getPropertyCSSValue (DOMString propertyName)
 
DOMString removeProperty (DOMString propertyName)
 
DOMString getPropertyPriority (DOMString propertyName)
 
void setProperty (DOMString propertyName, [TreatNullAs=EmptyString] DOMString value, [TreatNullAs=EmptyString] optional DOMString priority="")
 
getter DOMString item (unsigned long index)
 
DOMString getPropertyShorthand (optional DOMString propertyName="undefined")
 
boolean isPropertyImplicit (optional DOMString propertyName="undefined")
 

Public Attributes

attribute DOMString cssText
 
readonly attribute unsigned long length
 
readonly attribute CSSRule parentRule
 

Member Function Documentation

◆ getPropertyCSSValue()

DeprecatedCSSOMValue CSSStyleDeclaration::getPropertyCSSValue ( DOMString  propertyName)

◆ getPropertyPriority()

DOMString CSSStyleDeclaration::getPropertyPriority ( DOMString  propertyName)

◆ getPropertyShorthand()

DOMString CSSStyleDeclaration::getPropertyShorthand ( optional DOMString  propertyName = "undefined")

◆ getPropertyValue()

DOMString CSSStyleDeclaration::getPropertyValue ( DOMString  propertyName)

◆ isPropertyImplicit()

boolean CSSStyleDeclaration::isPropertyImplicit ( optional DOMString  propertyName = "undefined")

◆ item()

getter DOMString CSSStyleDeclaration::item ( unsigned long  index)

◆ removeProperty()

DOMString CSSStyleDeclaration::removeProperty ( DOMString  propertyName)

◆ setProperty()

void CSSStyleDeclaration::setProperty ( DOMString  propertyName,
[TreatNullAs=EmptyString] DOMString  value,
[TreatNullAs=EmptyString] optional DOMString  priority = "" 
)

Member Data Documentation

◆ cssText

attribute DOMString CSSStyleDeclaration::cssText

◆ length

readonly attribute unsigned long CSSStyleDeclaration::length

◆ parentRule

readonly attribute CSSRule CSSStyleDeclaration::parentRule

The documentation for this interface was generated from the following file: