com.aspose.html

Class HTMLBRElement

    • Constructor Detail

      • HTMLBRElement

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

        Initializes a new instance of the HTMLBRElement class.

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

      • getClear

        @DOMNameAttribute(name="clear")
        public String getClear()

        Control flow of text around floats. See the clear attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setClear

        @DOMNameAttribute(name="clear")
        public void setClear(String value)

        Control flow of text around floats. See the clear attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.