Interface IHTMLBodyElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html
public interface IHTMLBodyElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
ALink
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#getALink-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#setALink-java.lang.String-
String ALink { get; set; }
Property Value
Background
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#getBackground-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#setBackground-java.lang.String-
String Background { get; set; }
Property Value
BgColor
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#getBgColor-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#setBgColor-java.lang.String-
String BgColor { get; set; }
Property Value
Link
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#getLink-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#setLink-java.lang.String-
String Link { get; set; }
Property Value
Text
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#getText-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#setText-java.lang.String-
String Text { get; set; }
Property Value
VLink
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#getVLink-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBodyElement.html#setVLink-java.lang.String-
String VLink { get; set; }