Table of Contents

Interface ICSSStyleSheet

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

.NET interface for TO BE DEFINED FROM USER

public interface ICSSStyleSheet : IStyleSheet
Inherited Members

Properties

CssRules

CSSRuleList CssRules { get; }

Property Value

CSSRuleList

OwnerRule

CSSRule OwnerRule { get; }

Property Value

CSSRule

Methods

DeleteRule(int)

void DeleteRule(int arg0)

Parameters

arg0 int

int

Exceptions

DOMException

InsertRule(String, int)

int InsertRule(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

int

int

Exceptions

DOMException