Interface IHTMLStyleElement
.NET interface for TO BE DEFINED FROM USER
public interface IHTMLStyleElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Disabled
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLStyleElement.html#getDisabled() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLStyleElement.html#setDisabled(boolean)
bool Disabled { get; set; }
Property Value
Media
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLStyleElement.html#getMedia() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLStyleElement.html#setMedia(java.lang.String)
String Media { get; set; }
Property Value
Type
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLStyleElement.html#getType() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLStyleElement.html#setType(java.lang.String)
String Type { get; set; }