com.aspose.html

Class HTMLLIElement

    • Constructor Detail

      • HTMLLIElement

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

        Initializes a new instance of the HTMLLIElement class.

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

      • getType

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

        List item 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)

        List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getValue

        @DOMNameAttribute(name="value")
        public int getValue()

        Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setValue

        @DOMNameAttribute(name="value")
        public void setValue(int value)

        Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.