Table of Contents

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

bool Disabled { get; set; }

Property Value

bool

Href

String Href { get; }

Property Value

String

Media

MediaList Media { get; }

Property Value

MediaList

OwnerNode

Node OwnerNode { get; }

Property Value

Node

ParentStyleSheet

StyleSheet ParentStyleSheet { get; }

Property Value

StyleSheet

Title

String Title { get; }

Property Value

String

Type

String Type { get; }

Property Value

String