Interface ICSSStyleSheet
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSStyleSheet.html
public interface ICSSStyleSheet : IStyleSheet
- Inherited Members
Properties
CssRules
CSSRuleList CssRules { get; }
Property Value
OwnerRule
CSSRule OwnerRule { get; }
Property Value
Methods
DeleteRule(int)
void DeleteRule(int arg0)
Parameters
Exceptions
InsertRule(String, int)
int InsertRule(String arg0, int arg1)