Interface IHTMLStyleElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html
public interface IHTMLStyleElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Disabled
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html#getDisabled-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html#setDisabled-boolean-
bool Disabled { get; set; }
Property Value
Media
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html#getMedia-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html#setMedia-java.lang.String-
String Media { get; set; }
Property Value
Type
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html#getType-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLStyleElement.html#setType-java.lang.String-
String Type { get; set; }