Interface ICSSStyleDeclaration
.NET interface for TO BE DEFINED FROM USER
public interface ICSSStyleDeclaration
Properties
CssText
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/css/CSSStyleDeclaration.html#getCssText() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/css/CSSStyleDeclaration.html#setCssText(java.lang.String)
String CssText { get; set; }
Property Value
Length
int Length { get; }
Property Value
ParentRule
CSSRule ParentRule { get; }
Property Value
Methods
GetPropertyCSSValue(String)
CSSValue GetPropertyCSSValue(String arg0)
Parameters
Returns
GetPropertyPriority(String)
String GetPropertyPriority(String arg0)
Parameters
Returns
GetPropertyValue(String)
String GetPropertyValue(String arg0)
Parameters
Returns
Item(int)
String Item(int arg0)
Parameters
Returns
RemoveProperty(String)
String RemoveProperty(String arg0)
Parameters
Returns
Exceptions
SetProperty(String, String, String)
void SetProperty(String arg0, String arg1, String arg2)