Class Body

  • All Implemented Interfaces:
    IsJSType

    @JsType(isNative=true,
            name="HTMLBodyElement",
            namespace="<global>")
    public final class Body
    extends BaseHtmlElement
    Represents the content of an HTML document.
    There can be only one body element in a document.
    Author:
    Andrea "Stock" Stocchero