Class HTMLOListElementImpl

    • Constructor Detail

      • HTMLOListElementImpl

        public HTMLOListElementImpl​(java.lang.String name)
    • Method Detail

      • getCompact

        public boolean getCompact()
        Description copied from interface: HTMLOListElement
        Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getCompact in interface HTMLOListElement
      • setCompact

        public void setCompact​(boolean compact)
        Description copied from interface: HTMLOListElement
        Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setCompact in interface HTMLOListElement
      • getStart

        public int getStart()
        Description copied from interface: HTMLOListElement
        Starting sequence number. See the start attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getStart in interface HTMLOListElement
      • setStart

        public void setStart​(int start)
        Description copied from interface: HTMLOListElement
        Starting sequence number. See the start attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setStart in interface HTMLOListElement
      • getType

        public java.lang.String getType()
        Description copied from interface: HTMLOListElement
        Numbering style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getType in interface HTMLOListElement
      • setType

        public void setType​(java.lang.String type)
        Description copied from interface: HTMLOListElement
        Numbering style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setType in interface HTMLOListElement