Class HTMLUListElementImpl

    • Constructor Detail

      • HTMLUListElementImpl

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

      • getCompact

        public boolean getCompact()
        Description copied from interface: HTMLUListElement
        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 HTMLUListElement
      • setCompact

        public void setCompact​(boolean compact)
        Description copied from interface: HTMLUListElement
        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 HTMLUListElement
      • getType

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

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