Interface IHTMLOListElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOListElement.html
public interface IHTMLOListElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Compact
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOListElement.html#getCompact-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOListElement.html#setCompact-boolean-
bool Compact { get; set; }
Property Value
Start
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOListElement.html#getStart-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOListElement.html#setStart-int-
int Start { get; set; }
Property Value
Type
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOListElement.html#getType-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOListElement.html#setType-java.lang.String-
String Type { get; set; }