com.aspose.html

Class HTMLHRElement

    • Constructor Detail

      • HTMLHRElement

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

        Initializes a new instance of the HTMLHRElement class.

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

      • getAlign

        @DOMNameAttribute(name="align")
        public String getAlign()

        Align the rule on the page. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setAlign

        @DOMNameAttribute(name="align")
        public void setAlign(String value)

        Align the rule on the page. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getNoShade

        @DOMNameAttribute(name="noShade")
        public boolean getNoShade()

        Indicates to the user agent that there should be no shading in the rendering of this element. See the noshade attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setNoShade

        @DOMNameAttribute(name="noShade")
        public void setNoShade(boolean value)

        Indicates to the user agent that there should be no shading in the rendering of this element. See the noshade attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getSize

        @DOMNameAttribute(name="size")
        public String getSize()

        The height of the rule. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setSize

        @DOMNameAttribute(name="size")
        public void setSize(String value)

        The height of the rule. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getWidth

        @DOMNameAttribute(name="width")
        public String getWidth()

        The width of the rule. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setWidth

        @DOMNameAttribute(name="width")
        public void setWidth(String value)

        The width of the rule. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.