Interface IStyleSheet
- Namespace
- Org.W3c.Dom.Stylesheets
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/stylesheets/StyleSheet.html
public interface IStyleSheet
Properties
Disabled
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/stylesheets/StyleSheet.html#getDisabled-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/stylesheets/StyleSheet.html#setDisabled-boolean-
bool Disabled { get; set; }
Property Value
Href
String Href { get; }
Property Value
Media
MediaList Media { get; }
Property Value
OwnerNode
Node OwnerNode { get; }
Property Value
ParentStyleSheet
StyleSheet ParentStyleSheet { get; }
Property Value
Title
String Title { get; }
Property Value
Type
String Type { get; }