com.aspose.html

Class HTMLOListElement

    • Constructor Detail

      • HTMLOListElement

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

        Initializes a new instance of the HTMLOListElement 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.

      • getStart

        @DOMNameAttribute(name="start")
        public int getStart()

        Starting sequence number. See the start attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setStart

        @DOMNameAttribute(name="start")
        public void setStart(int value)

        Starting sequence number. See the start attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getType

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

        Numbering 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)

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

      • getTypeAsCounterStyle

        public String getTypeAsCounterStyle()

        Numbering style converted to counter style name.