com.aspose.html

Class HTMLUListElement

    • Constructor Detail

      • HTMLUListElement

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

        Initializes a new instance of the HTMLUListElement class.

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

      • getCompact

        @DOMNameAttribute(name="compact")
        public boolean getCompact()

        Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setCompact

        @DOMNameAttribute(name="compact")
        public void setCompact(boolean value)

        Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getType

        @DOMNameAttribute(name="type")
        public String getType()

        Bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setType

        @DOMNameAttribute(name="type")
        public void setType(String value)

        Bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.