Table of Contents

Interface ICSSStyleDeclaration

Namespace
Org.W3c.Dom.Css
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ICSSStyleDeclaration

Properties

CssText

String CssText { get; set; }

Property Value

String

Length

int Length { get; }

Property Value

int

ParentRule

CSSRule ParentRule { get; }

Property Value

CSSRule

Methods

GetPropertyCSSValue(String)

CSSValue GetPropertyCSSValue(String arg0)

Parameters

arg0 String

String

Returns

CSSValue

CSSValue

GetPropertyPriority(String)

String GetPropertyPriority(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetPropertyValue(String)

String GetPropertyValue(String arg0)

Parameters

arg0 String

String

Returns

String

String

Item(int)

String Item(int arg0)

Parameters

arg0 int

int

Returns

String

String

RemoveProperty(String)

String RemoveProperty(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

DOMException

SetProperty(String, String, String)

void SetProperty(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

DOMException