com.aspose.html

Class HTMLBodyElement

    • Constructor Detail

      • HTMLBodyElement

        public HTMLBodyElement(com.aspose.html.dom.DOMName name,
                               Document doc)

        Initializes a new instance of the HTMLBodyElement class.

        Parameters:
        name - The DOM name.
        doc - The document.
    • Method Detail

      • getALink

        @DOMNameAttribute(name="aLink")
        public String getALink()

        Color of active links (after mouse-button down, but before mouse-button up). See the alink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setALink

        @DOMNameAttribute(name="aLink")
        public void setALink(String value)

        Color of active links (after mouse-button down, but before mouse-button up). See the alink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getBgColor

        @DOMNameAttribute(name="bgColor")
        public String getBgColor()

        Document background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setBgColor

        @DOMNameAttribute(name="bgColor")
        public void setBgColor(String value)

        Document background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getLink

        @DOMNameAttribute(name="link")
        public String getLink()

        Color of links that are not active and unvisited. See the link attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setLink

        @DOMNameAttribute(name="link")
        public void setLink(String value)

        Color of links that are not active and unvisited. See the link attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getText

        @DOMNameAttribute(name="text")
        public String getText()

        Document text color. See the text attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setText

        @DOMNameAttribute(name="text")
        public void setText(String value)

        Document text color. See the text attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getVLink

        @DOMNameAttribute(name="vLink")
        public String getVLink()

        Color of links that have been visited by the user. See the vlink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setVLink

        @DOMNameAttribute(name="vLink")
        public void setVLink(String value)

        Color of links that have been visited by the user. See the vlink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.